summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-09-04 15:51:15 +0200
committerSjoerd Simons <sjoerd@luon.net>2012-09-04 15:51:15 +0200
commit22aa4b33d975e3c487445813f186fbc0fd2a24cf (patch)
tree629c7bdc7b56ac44bd462e0dc51dc42ad5a2e12f /configure.ac
parent5401c83973d059e5ea223eecc3f455e0c1d829ab (diff)
Add a small dbus interface with the current status of calls
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b2d7352..30e805a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,8 +35,9 @@ AS_COMPILER_FLAG(-Wno-unused-parameter,
wno_unused_parameter=yes,
wno_unused_parameter=no)
-dnl Check for Glib
-PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.30 glib-2.0 >= 2.30 gio-2.0)
+dnl Check for Glib and friends
+PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.30 glib-2.0 >= 2.30
+ gio-2.0 gio-unix-2.0)
AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations])
AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_30, [Prevent post 2.30 APIs])