diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-04-22 18:31:48 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-04-22 18:31:48 +0100 |
commit | 632922b21c8b6d0d313bdd2711b4865b876ad1e7 (patch) | |
tree | 45db4ef77bbc56351af4fa94b4163dd76b50bcfa /configure.ac | |
parent | 132bf8d107161102b63bf254056624bc00b8d01f (diff) | |
parent | 5b74cf4b47b34fc53b89cc98fab413c603e2c80a (diff) | |
download | ayatana-indicator-sound-632922b21c8b6d0d313bdd2711b4865b876ad1e7.tar.gz ayatana-indicator-sound-632922b21c8b6d0d313bdd2711b4865b876ad1e7.tar.bz2 ayatana-indicator-sound-632922b21c8b6d0d313bdd2711b4865b876ad1e7.zip |
Panning is now honoured at all times plus version bumped for new 0.2.3 release
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) |