diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-11 15:24:11 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-11 15:24:11 +0000 |
commit | 4eb79a1becd4abf459d86754685577b762bb895a (patch) | |
tree | d168c1f4c2641cc85ccce6a715afb85524d59666 /configure.ac | |
parent | a3b638eb52e751626c7e14beac3a8f29342ce703 (diff) | |
parent | 6b0f3ffcaf55d151d87f8dc60d16388b8f4557a2 (diff) | |
download | ayatana-indicator-sound-4eb79a1becd4abf459d86754685577b762bb895a.tar.gz ayatana-indicator-sound-4eb79a1becd4abf459d86754685577b762bb895a.tar.bz2 ayatana-indicator-sound-4eb79a1becd4abf459d86754685577b762bb895a.zip |
missing icon for playlists fixed
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e4ccb67..bf438e0 100644 --- a/configure.ac +++ b/configure.ac @@ -29,11 +29,11 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.3.19 -DBUSMENUGTK_REQUIRED_VERSION=0.3.9 +DBUSMENUGTK_REQUIRED_VERSION=0.3.101 POLKIT_REQUIRED_VERSION=0.92 PULSE_AUDIO_REQUIRED_VERSION=0.9.19 INDICATOR_DISPLAY_OBJECTS=0.1.11 -DBUSMENUGLIB_REQUIRED_VERSION=0.3.9 +DBUSMENUGLIB_REQUIRED_VERSION=0.3.101 GIO_2_0_REQUIRED_VERSION=2.25.13 LIBNOTIFY_REQUIRED_VERSION=0.7.0 |