diff options
author | Ted Gould <ted@canonical.com> | 2009-08-27 12:53:11 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-27 12:53:11 -0500 |
commit | afc824d8ca3cd0465d5700c8afbe07fb932c00c9 (patch) | |
tree | 1926914c224f8c96d174280fd31f2b38854e249e /configure.ac | |
parent | 78f43614f7b138d092c6ca823ea0ce95b94c30e6 (diff) | |
parent | 1765940759064c0d7cd8428a3c89fa862f24f076 (diff) | |
download | ayatana-indicator-session-afc824d8ca3cd0465d5700c8afbe07fb932c00c9.tar.gz ayatana-indicator-session-afc824d8ca3cd0465d5700c8afbe07fb932c00c9.tar.bz2 ayatana-indicator-session-afc824d8ca3cd0465d5700c8afbe07fb932c00c9.zip |
Merge from upstream
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..c1fc1ec 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.0.2 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION |