aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 13:16:13 -0600
committerTed Gould <ted@gould.cx>2010-12-08 13:16:13 -0600
commit97fcd2621c571bda84b090961e31c54104641257 (patch)
treec866e25da37bcc927df40ac04c9c0460a6962edd
parent01a31930c3eb89c5ca20fb70ba76a4317b2f2648 (diff)
downloadayatana-indicator-application-97fcd2621c571bda84b090961e31c54104641257.tar.gz
ayatana-indicator-application-97fcd2621c571bda84b090961e31c54104641257.tar.bz2
ayatana-indicator-application-97fcd2621c571bda84b090961e31c54104641257.zip
Updating to new dbusmenu, no API changes here
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 09aef9b..87211d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AS_IF([test "x$with_gtk" = x3],
indicator3 >= $INDICATOR_REQUIRED_VERSION
json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
- dbusmenu-gtk3 >= $DBUSMENUGTK_REQUIRED_VERSION)
+ dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
AC_SUBST(INDICATOR_CFLAGS)
AC_SUBST(INDICATOR_LIBS)
AC_DEFINE(HAVE_GTK3, 1, [whether gtk3 is available])
@@ -56,7 +56,7 @@ AS_IF([test "x$with_gtk" = x3],
indicator >= $INDICATOR_REQUIRED_VERSION
json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
- dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION)
+ dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
AC_SUBST(INDICATOR_CFLAGS)
AC_SUBST(INDICATOR_LIBS)
],