diff options
author | Ted Gould <ted@canonical.com> | 2009-08-27 13:39:28 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-27 13:39:28 -0500 |
commit | 41f1b3206ab13b008aed6670dc42636049c9590d (patch) | |
tree | af7b92db9ef4f7d14f85e9a8268bf200a332a742 /configure.ac | |
parent | a4b4a9271212b8a9370fb7aa461302c6f9a97111 (diff) | |
parent | cc8a87dfca40afd26ab6989db11dd63ea2eccf5c (diff) | |
download | ayatana-indicator-session-41f1b3206ab13b008aed6670dc42636049c9590d.tar.gz ayatana-indicator-session-41f1b3206ab13b008aed6670dc42636049c9590d.tar.bz2 ayatana-indicator-session-41f1b3206ab13b008aed6670dc42636049c9590d.zip |
Merging in a branch to use the new dbusmenu API and make it more stable overall.0.1
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 ac90330..28b2c8b 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.0.0 +DBUSMENUGTK_REQUIRED_VERSION=0.1.0 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION |