diff options
author | Michael Terry <mike@mterry.name> | 2011-01-11 10:48:07 -0600 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-01-11 10:48:07 -0600 |
commit | 367a69006a115bcd209c7498af708d433591cce9 (patch) | |
tree | 1ce9b002844155a88078077c59a3741193418aac /configure.ac | |
parent | 911d220d42c0bb61caf1a528a353b7a085370c85 (diff) | |
download | ayatana-indicator-session-367a69006a115bcd209c7498af708d433591cce9.tar.gz ayatana-indicator-session-367a69006a115bcd209c7498af708d433591cce9.tar.bz2 ayatana-indicator-session-367a69006a115bcd209c7498af708d433591cce9.zip |
port to gdbus and dbusmenu 0.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c507404..7cc0a61 100644 --- a/configure.ac +++ b/configure.ac @@ -32,14 +32,15 @@ POLKIT_REQUIRED_VERSION=0.92 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION - dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION) + dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION) AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 -PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION - dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION +PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION + dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION + dbus-glib-1 gio-unix-2.0 indicator >= $INDICATOR_REQUIRED_VERSION) |