diff options
author | Ted Gould <ted@canonical.com> | 2009-09-03 15:06:41 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-03 15:06:41 -0500 |
commit | 05c10a122d33628420b9926fed96d2c53e8f535e (patch) | |
tree | a35b068d257ce3e6350a4e53927aa5523447a309 /configure.ac | |
parent | 41f1b3206ab13b008aed6670dc42636049c9590d (diff) | |
parent | cdfa53bdefc312410ca350972eee33f0091edbbe (diff) | |
download | ayatana-indicator-session-05c10a122d33628420b9926fed96d2c53e8f535e.tar.gz ayatana-indicator-session-05c10a122d33628420b9926fed96d2c53e8f535e.tar.bz2 ayatana-indicator-session-05c10a122d33628420b9926fed96d2c53e8f535e.zip |
Merging in fixes related to the dbusmenu 0.1.1 release
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 28b2c8b..409f176 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.2.0 -DBUSMENUGTK_REQUIRED_VERSION=0.1.0 +DBUSMENUGTK_REQUIRED_VERSION=0.1.1 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION |