diff options
author | Ted Gould <ted@gould.cx> | 2009-12-22 14:42:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-22 14:42:33 -0600 |
commit | fae3397a2ad00c87876d04131e9d2a6d2c04c5c7 (patch) | |
tree | f476321803e740affc8221847e7af307f7ec92a1 /configure.ac | |
parent | 9e9c366430db392d005442cc503e7cd990ca51c5 (diff) | |
parent | ca48c647eb998dbb41cca4c57274dfb24f6ee312 (diff) | |
download | ayatana-indicator-session-fae3397a2ad00c87876d04131e9d2a6d2c04c5c7.tar.gz ayatana-indicator-session-fae3397a2ad00c87876d04131e9d2a6d2c04c5c7.tar.bz2 ayatana-indicator-session-fae3397a2ad00c87876d04131e9d2a6d2c04c5c7.zip |
* Updating to use dbusmenu 0.2.0
* debian/control: Updating to depend on dbusmenu 0.2.0~dev or higher.
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 790029a..1a41ab1 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.3.0 -DBUSMENUGTK_REQUIRED_VERSION=0.1.1 +DBUSMENUGTK_REQUIRED_VERSION=0.2.0 POLKIT_REQUIRED_VERSION=0.92 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION |