diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 16:58:28 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 16:58:28 -0800 |
commit | 190efd1967d69700806a5a104965989f9e0bba11 (patch) | |
tree | 4178f48c2f22e12277c8181faf83281112827ee3 /configure.ac | |
parent | 4b4b9d7b499457dc8bae7d4d31955ec570eab343 (diff) | |
parent | bf210e14548de5629a2cd48e0507f83ff0cf9587 (diff) | |
download | ayatana-indicator-session-190efd1967d69700806a5a104965989f9e0bba11.tar.gz ayatana-indicator-session-190efd1967d69700806a5a104965989f9e0bba11.tar.bz2 ayatana-indicator-session-190efd1967d69700806a5a104965989f9e0bba11.zip |
Updating to new dbusmenu interfaces.
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 cfa4e87..1ef5e67 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.2.0 +DBUSMENUGTK_REQUIRED_VERSION=0.2.2 POLKIT_REQUIRED_VERSION=0.92 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION |