diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-29 11:53:36 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-29 11:53:36 +0200 |
commit | 012ac7d97cc878ac1a66c9330e82b96e363f2e61 (patch) | |
tree | e2d950d2c28c1f7fc32f0e0a54d3d226d160539b /configure.ac | |
parent | af4e502ea8bb14cf13561feb8f8687cd144b5399 (diff) | |
parent | 99be06437fd85327f37bf7b9f44c083e52d1b0bd (diff) | |
download | ayatana-indicator-sound-012ac7d97cc878ac1a66c9330e82b96e363f2e61.tar.gz ayatana-indicator-sound-012ac7d97cc878ac1a66c9330e82b96e363f2e61.tar.bz2 ayatana-indicator-sound-012ac7d97cc878ac1a66c9330e82b96e363f2e61.zip |
Import upstream version 0.2.3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c20771b..23e8d9b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.2.2, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.2.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.2.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.2.3) AM_MAINTAINER_MODE @@ -34,7 +34,7 @@ INDICATOR_DISPLAY_OBJECTS=0.1.4 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION - dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION + dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS) AC_SUBST(APPLET_CFLAGS) |