aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-16 22:51:13 -0600
committerTed Gould <ted@gould.cx>2010-02-16 22:51:13 -0600
commita9e097f3f87fa3aac7a06ddbc137c6122c65c9dc (patch)
tree42360c9b2d858b2c97ac8dea8cef91f2afcaa1bd /configure.ac
parent72ef75fa51c63e533ff2883bffc75bfc86a2c521 (diff)
parent6665fd01b1b85646f5c21aa393a3c3e6a8e4ab97 (diff)
downloadlibayatana-indicator-a9e097f3f87fa3aac7a06ddbc137c6122c65c9dc.tar.gz
libayatana-indicator-a9e097f3f87fa3aac7a06ddbc137c6122c65c9dc.tar.bz2
libayatana-indicator-a9e097f3f87fa3aac7a06ddbc137c6122c65c9dc.zip
* Upstream merge
* Adding new object for parsing desktop files for Shortcuts
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a816206..698f6c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,10 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
GTK_REQUIRED_VERSION=2.18
DBUS_REQUIRED_VERSION=0.76
+GIO_UNIX_REQUIRED_VERSION=2.23
PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION
+ gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION
dbus-glib-1 >= $DBUS_REQUIRED_VERSION)
AC_SUBST(LIBINDICATOR_CFLAGS)