diff options
author | Ted Gould <ted@canonical.com> | 2009-08-27 13:33:41 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-27 13:33:41 -0500 |
commit | cc8a87dfca40afd26ab6989db11dd63ea2eccf5c (patch) | |
tree | af7b92db9ef4f7d14f85e9a8268bf200a332a742 | |
parent | 1765940759064c0d7cd8428a3c89fa862f24f076 (diff) | |
download | ayatana-indicator-session-cc8a87dfca40afd26ab6989db11dd63ea2eccf5c.tar.gz ayatana-indicator-session-cc8a87dfca40afd26ab6989db11dd63ea2eccf5c.tar.bz2 ayatana-indicator-session-cc8a87dfca40afd26ab6989db11dd63ea2eccf5c.zip |
Updating to dbusmenu version 0.1.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c1fc1ec..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.2 +DBUSMENUGTK_REQUIRED_VERSION=0.1.0 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION |