aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 13:50:17 -0500
committerTed Gould <ted@gould.cx>2011-07-07 13:50:17 -0500
commitf20865cc143cb537b7612ec19fc889b41777982a (patch)
tree7a63f4dfda05ebdac4495ab4c8dc308996326178 /configure.ac
parent4ffbe0b75f9476bc60c6d4bed408e363c3f3b3a7 (diff)
downloadlibayatana-appindicator-f20865cc143cb537b7612ec19fc889b41777982a.tar.gz
libayatana-appindicator-f20865cc143cb537b7612ec19fc889b41777982a.tar.bz2
libayatana-appindicator-f20865cc143cb537b7612ec19fc889b41777982a.zip
Migrate to libindicator 0.4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 57eb7a1..d045714 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(LIBRARY, gtk+-3.0 >= $GTK3_REQUIRED_VERSION
glib-2.0 >= $GLIB_REQUIRED_VERSION
gio-2.0 >= $GIO_REQUIRED_VERSION
- indicator3 >= $INDICATOR_REQUIRED_VERSION
+ indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
AC_DEFINE(HAVE_GTK3, 1, [whether gtk3 is available])
],
@@ -65,7 +65,7 @@ AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(LIBRARY, gtk+-2.0 >= $GTK_REQUIRED_VERSION
glib-2.0 >= $GLIB_REQUIRED_VERSION
gio-2.0 >= $GIO_REQUIRED_VERSION
- indicator >= $INDICATOR_REQUIRED_VERSION
+ indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
],
[AC_MSG_FAILURE([Value for --with-gtk was neither 2 nor 3])]