diff options
author | Ted Gould <ted@gould.cx> | 2010-03-11 15:41:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-11 15:41:37 -0600 |
commit | 9f09be2857cc9f231c091571ff88998de96e2a76 (patch) | |
tree | bf9a16309a70dbaa5412244b8c9cc3b09eb9b4c4 /configure.ac | |
parent | a503e71342f8dc7bc11e80564ffb7ac8e68a1846 (diff) | |
parent | 6b6a72dc7a143cec7280bd779ca04110cd7ea851 (diff) | |
download | libayatana-appindicator-9f09be2857cc9f231c091571ff88998de96e2a76.tar.gz libayatana-appindicator-9f09be2857cc9f231c091571ff88998de96e2a76.tar.bz2 libayatana-appindicator-9f09be2857cc9f231c091571ff88998de96e2a76.zip |
Using the new image loader utilities in libindicator
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 bf404e1..2365f4e 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_CONFIG_MACRO_DIR(m4) ########################### GTK_REQUIRED_VERSION=2.12 -INDICATOR_REQUIRED_VERSION=0.3.1 +INDICATOR_REQUIRED_VERSION=0.3.5 DBUSMENUGTK_REQUIRED_VERSION=0.2.2 JSON_GLIB_REQUIRED_VERSION=0.7.6 DBUS_GLIB_REQUIRED_VERSION=0.82 |