diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 14:15:15 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 14:15:15 -0800 |
commit | 4f81ab9821d2a40e008f8dc2937ce1ea59960bef (patch) | |
tree | 5805f9950ead78929002309a105a34387493a02e /configure.ac | |
parent | 901d87fc3adff5025d773be3e515772f9a39c065 (diff) | |
parent | b6cda589075357914a0d48eed7b927c0a589a835 (diff) | |
download | libayatana-appindicator-4f81ab9821d2a40e008f8dc2937ce1ea59960bef.tar.gz libayatana-appindicator-4f81ab9821d2a40e008f8dc2937ce1ea59960bef.tar.bz2 libayatana-appindicator-4f81ab9821d2a40e008f8dc2937ce1ea59960bef.zip |
Migrating to the new dbusmenu
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 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 |