From 9395a787f76972df2dbb073dc4ac4ab68ef774e8 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 Jun 2013 10:48:10 -0500 Subject: We need gio unix as well --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 47c48d4..86192f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,9 @@ include_directories(${GOBJECT2_INCLUDE_DIRS}) pkg_check_modules(GIO2 REQUIRED gio-2.0) include_directories(${GIO2_INCLUDE_DIRS}) +pkg_check_modules(GIO_UNIX2 REQUIRED gio-unix-2.0) +include_directories(${GIO_UNIX2_INCLUDE_DIRS}) + if(${LOCAL_INSTALL}) set(DBUSSERVICEDIR "${CMAKE_INSTALL_DATADIR}/dbus-1/services/") else() -- cgit v1.2.3