diff options
author | Ken Vandine <ken.vandine@canonical.com> | 2009-12-10 09:57:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-10 09:57:32 -0600 |
commit | dc31293c00def9a104f26e30f268accc72bb0736 (patch) | |
tree | 44890aa355a102ce250e89794486b748a0963793 | |
parent | 9e7a9fb39945611092f7f35d20cd2da8e762870b (diff) | |
parent | ad85df3a930387b4c385509b5a36a632e17f2809 (diff) | |
download | libayatana-appindicator-dc31293c00def9a104f26e30f268accc72bb0736.tar.gz libayatana-appindicator-dc31293c00def9a104f26e30f268accc72bb0736.tar.bz2 libayatana-appindicator-dc31293c00def9a104f26e30f268accc72bb0736.zip |
Increasing libindicator requirement to 0.3.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 74cef75..aca4553 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR(m4) ########################### GTK_REQUIRED_VERSION=2.12 -INDICATOR_REQUIRED_VERSION=0.2.0 +INDICATOR_REQUIRED_VERSION=0.3.0 DBUSMENUGTK_REQUIRED_VERSION=0.1.1 PKG_CHECK_MODULES(INDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION |