diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 13:50:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 13:50:17 -0500 |
commit | f20865cc143cb537b7612ec19fc889b41777982a (patch) | |
tree | 7a63f4dfda05ebdac4495ab4c8dc308996326178 | |
parent | 4ffbe0b75f9476bc60c6d4bed408e363c3f3b3a7 (diff) | |
download | libayatana-appindicator-f20865cc143cb537b7612ec19fc889b41777982a.tar.gz libayatana-appindicator-f20865cc143cb537b7612ec19fc889b41777982a.tar.bz2 libayatana-appindicator-f20865cc143cb537b7612ec19fc889b41777982a.zip |
Migrate to libindicator 0.4
-rw-r--r-- | configure.ac | 4 |
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])] |