aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 13:17:00 -0600
committerTed Gould <ted@gould.cx>2010-12-08 13:17:00 -0600
commit940a2eb1164e58c62d07b8b52252c0989f84008e (patch)
tree6e9762150e4d38977227ed5209eb3f6defb6acaa
parent6e142fbdc9e35ceee10ecea050014e9270ffefa4 (diff)
parent97fcd2621c571bda84b090961e31c54104641257 (diff)
downloadayatana-indicator-application-940a2eb1164e58c62d07b8b52252c0989f84008e.tar.gz
ayatana-indicator-application-940a2eb1164e58c62d07b8b52252c0989f84008e.tar.bz2
ayatana-indicator-application-940a2eb1164e58c62d07b8b52252c0989f84008e.zip
Dbusmenu API update
-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)
],