diff options
author | Ted Gould <ted@gould.cx> | 2009-12-18 16:06:35 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-18 16:06:35 -0600 |
commit | ddfead47517cae81b6c4ac6febf1df96bda7e25e (patch) | |
tree | da71b2320df23270be89e1c1da570f9481f7340b | |
parent | 11bc39c130e72f311c5923a5265f48d3fb08be50 (diff) | |
download | ayatana-indicator-session-ddfead47517cae81b6c4ac6febf1df96bda7e25e.tar.gz ayatana-indicator-session-ddfead47517cae81b6c4ac6febf1df96bda7e25e.tar.bz2 ayatana-indicator-session-ddfead47517cae81b6c4ac6febf1df96bda7e25e.zip |
Need a newer dbusmenu
-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 |