aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-03 22:00:05 -0600
committerTed Gould <ted@gould.cx>2010-12-03 22:00:05 -0600
commit0f4c1ea2e42274464d4acef34e2048b5791d51fb (patch)
tree304379249fc32c2735aa1815dc4940c72f0673c9 /configure.ac
parent671666f8ece765624fe6f2c94e6ece24688c5b8c (diff)
parentfbf708eb94946bf976ea3902f00d4a4376c760da (diff)
downloadlibayatana-appindicator-0f4c1ea2e42274464d4acef34e2048b5791d51fb.tar.gz
libayatana-appindicator-0f4c1ea2e42274464d4acef34e2048b5791d51fb.tar.bz2
libayatana-appindicator-0f4c1ea2e42274464d4acef34e2048b5791d51fb.zip
Merging from trunk with the desktop convience function.
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 30e2f68..03eeae4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,7 @@ AC_ARG_WITH([gtk],
[with_gtk=2])
AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(LIBRARAY, gtk+-3.0 >= $GTK3_REQUIRED_VERSION
+ indicator3 >= $INDICATOR_REQUIRED_VERSION
dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
dbusmenu-gtk3 >= $DBUSMENUGTK_REQUIRED_VERSION)
AC_SUBST(LIBRARY_CFLAGS)
@@ -58,6 +59,7 @@ AS_IF([test "x$with_gtk" = x3],
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(LIBRARY, gtk+-2.0 >= $GTK_REQUIRED_VERSION
+ indicator >= $INDICATOR_REQUIRED_VERSION
dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION)
AC_SUBST(LIBRARY_CFLAGS)