diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 14:09:39 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 14:09:39 -0800 |
commit | 5f2baa8b74707f38046df861ef0795925e453270 (patch) | |
tree | b7947c43be9e5511f166d9f749ba260ad326b20b | |
parent | 901d87fc3adff5025d773be3e515772f9a39c065 (diff) | |
download | libayatana-appindicator-5f2baa8b74707f38046df861ef0795925e453270.tar.gz libayatana-appindicator-5f2baa8b74707f38046df861ef0795925e453270.tar.bz2 libayatana-appindicator-5f2baa8b74707f38046df861ef0795925e453270.zip |
Upping Dbusmenu required version
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 61be6f8..5aa7a58 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ AC_CONFIG_MACRO_DIR(m4) GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.3.1 -DBUSMENUGTK_REQUIRED_VERSION=0.1.1 +DBUSMENUGTK_REQUIRED_VERSION=0.2.2 JSON_GLIB_REQUIRED_VERSION=0.7.6 PKG_CHECK_MODULES(INDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION |