aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2011-07-09 04:20:18 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2011-07-09 04:20:18 +0200
commit414645578b18e3e7aa0aa2ea7509e9e3509bb836 (patch)
treef7bdefaf7e4402a57cda044db045df43977366fb /configure.ac
parent4ffbe0b75f9476bc60c6d4bed408e363c3f3b3a7 (diff)
parentbf95161bb260f193fbb8508f5f25c56080498a31 (diff)
downloadlibayatana-appindicator-414645578b18e3e7aa0aa2ea7509e9e3509bb836.tar.gz
libayatana-appindicator-414645578b18e3e7aa0aa2ea7509e9e3509bb836.tar.bz2
libayatana-appindicator-414645578b18e3e7aa0aa2ea7509e9e3509bb836.zip
Merge with Upstream
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 57eb7a1..75c5200 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libappindicator],
- [0.3.0],
+ [0.3.90],
[http://bugs.launchpad.net/libappindicator],
[libappindicator],
[http://launchpad.net/libappindicator])
@@ -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])]