diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-10 18:58:05 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-10 18:58:05 +0000 |
commit | d65d4ab0e216ba7117e8f203432ebd66c217bb3a (patch) | |
tree | d11119ccc3726ae6004ec900b351abe768fb0aaf | |
parent | 3b0cb7c4c4db089e7f660511b7d29e2f1be1a04a (diff) | |
download | ayatana-indicator-sound-d65d4ab0e216ba7117e8f203432ebd66c217bb3a.tar.gz ayatana-indicator-sound-d65d4ab0e216ba7117e8f203432ebd66c217bb3a.tar.bz2 ayatana-indicator-sound-d65d4ab0e216ba7117e8f203432ebd66c217bb3a.zip |
be more specific on the version of libido to use
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 54fa57d..7c308e2 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ INDICATOR_REQUIRED_VERSION=0.3.0 DBUSMENUGTK_REQUIRED_VERSION=0.2.0 POLKIT_REQUIRED_VERSION=0.92 PULSE_AUDIO_REQUIRED_VERSION=0.9.19 -INDICATOR_DISPLAY_OBJECTS=0.1 +INDICATOR_DISPLAY_OBJECTS=0.1.0 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION |