diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 14:42:46 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 14:42:46 -0600 |
commit | 3e812bea8691c346a4414bcf4d841823cde515a9 (patch) | |
tree | 66a39472d212002ac58ecb0d920fffcfbc0bec97 | |
parent | a3548cc32eb8b39a529ae1ce636c19c2f07f2150 (diff) | |
download | libayatana-appindicator-3e812bea8691c346a4414bcf4d841823cde515a9.tar.gz libayatana-appindicator-3e812bea8691c346a4414bcf4d841823cde515a9.tar.bz2 libayatana-appindicator-3e812bea8691c346a4414bcf4d841823cde515a9.zip |
Requiring a version of dbusmenu with a parser
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 08035ec..46bc8d6 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ GTK3_REQUIRED_VERSION=2.91 GLIB_REQUIRED_VERSION=2.26 GIO_REQUIRED_VERSION=2.26 INDICATOR_REQUIRED_VERSION=0.3.5 -DBUSMENUGTK_REQUIRED_VERSION=0.3.90 +DBUSMENUGTK_REQUIRED_VERSION=0.3.94 DBUS_GLIB_REQUIRED_VERSION=0.82 AC_ARG_WITH([gtk], |