diff options
author | Ted Gould <ted@gould.cx> | 2012-01-31 20:59:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-31 20:59:34 -0600 |
commit | 67380abc295dca8bc122c7dc2b6de94998e0cc91 (patch) | |
tree | a918ec961f5e77f70561aedeaf101eaaf9dfbbb0 | |
parent | ea6c887b21f216a3bfca55a650468ce027c47f73 (diff) | |
download | libayatana-appindicator-67380abc295dca8bc122c7dc2b6de94998e0cc91.tar.gz libayatana-appindicator-67380abc295dca8bc122c7dc2b6de94998e0cc91.tar.bz2 libayatana-appindicator-67380abc295dca8bc122c7dc2b6de94998e0cc91.zip |
Changing dbusmenu-gtk required version
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fe2d754..6db1617 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,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.94 +DBUSMENUGTK_REQUIRED_VERSION=0.5.90 DBUS_GLIB_REQUIRED_VERSION=0.82 AC_ARG_WITH([gtk], |