diff options
author | Ted Gould <ted@gould.cx> | 2009-12-18 21:14:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-18 21:14:15 -0600 |
commit | afa8b389a865534ff08ce9fafa50c0d2b14f75e3 (patch) | |
tree | 9611b9faae802407c8ee8df8821a47ad23dede50 /configure.ac | |
parent | 9e9c366430db392d005442cc503e7cd990ca51c5 (diff) | |
parent | 59b9b829bf71787d4a05ad73a34762da047fd6b6 (diff) | |
download | ayatana-indicator-session-afa8b389a865534ff08ce9fafa50c0d2b14f75e3.tar.gz ayatana-indicator-session-afa8b389a865534ff08ce9fafa50c0d2b14f75e3.tar.bz2 ayatana-indicator-session-afa8b389a865534ff08ce9fafa50c0d2b14f75e3.zip |
Updating to use dbusmenu 0.2.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 790029a..1a41ab1 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.3.0 -DBUSMENUGTK_REQUIRED_VERSION=0.1.1 +DBUSMENUGTK_REQUIRED_VERSION=0.2.0 POLKIT_REQUIRED_VERSION=0.92 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION |