diff options
author | Ted Gould <ted@canonical.com> | 2009-08-27 13:58:13 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-27 13:58:13 -0500 |
commit | 48c1827cd615f895720a71bff70e0401f4b52f17 (patch) | |
tree | 2c72dd32e52b5ae9a57cc3b6baa96d5606a2e11e | |
parent | 9490242a8ee3f624599668ff3cc77b4c7026ead3 (diff) | |
download | ayatana-indicator-messages-48c1827cd615f895720a71bff70e0401f4b52f17.tar.gz ayatana-indicator-messages-48c1827cd615f895720a71bff70e0401f4b52f17.tar.bz2 ayatana-indicator-messages-48c1827cd615f895720a71bff70e0401f4b52f17.zip |
Updating to dbusmenu 0.1.0 as a versioning snafu got involved.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ef2239b..8b9caca 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ GIO_UNIX_REQUIRED_VERSION=2.18 PANEL_REQUIRED_VERSION=2.0.0 INDICATE_REQUIRED_VERSION=0.2.0 INDICATOR_REQUIRED_VERSION=0.2.0 -DBUSMENUGTK_REQUIRED_VERSION=0.0.2 +DBUSMENUGTK_REQUIRED_VERSION=0.1.0 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION |