diff options
author | Ted Gould <ted@gould.cx> | 2010-02-18 10:06:47 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-18 10:06:47 -0600 |
commit | fa27dc5358b3a661f35427caab7b3a2dee4781bf (patch) | |
tree | a6fc4809273437fdf45ca5ad68528eef24666cda /configure.ac | |
parent | 8eee8911bad5fc290c6b8d9a3f71b94a633a2e2c (diff) | |
parent | 0fc874707a8d16fb5a23f3d23b281587b19cd17f (diff) | |
download | libayatana-indicator-fa27dc5358b3a661f35427caab7b3a2dee4781bf.tar.gz libayatana-indicator-fa27dc5358b3a661f35427caab7b3a2dee4781bf.tar.bz2 libayatana-indicator-fa27dc5358b3a661f35427caab7b3a2dee4781bf.zip |
* Upstream merge
* Adding new object for parsing desktop files for Shortcuts
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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) |