diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-07 17:02:53 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-07 17:02:53 +0100 |
commit | 8aaa84d760edf04412e8a80c1b876cc74e709cb6 (patch) | |
tree | cdd202eabce5b07195e06f351a0b8c5ed155f2e5 | |
parent | 458442a3554c306f93fca1efb95103ba9ec6c8ff (diff) | |
download | ayatana-indicator-sound-8aaa84d760edf04412e8a80c1b876cc74e709cb6.tar.gz ayatana-indicator-sound-8aaa84d760edf04412e8a80c1b876cc74e709cb6.tar.bz2 ayatana-indicator-sound-8aaa84d760edf04412e8a80c1b876cc74e709cb6.zip |
autofoo fixes for the new libindicator
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e18ae22..7cc74a4 100644 --- a/configure.ac +++ b/configure.ac @@ -55,26 +55,26 @@ AC_SUBST(PULSEAUDIO_LIBS) AS_IF([test "x$with_gtk" = x3], [PKG_CHECK_MODULES(APPLET, gtk+-3.0 >= $GTK3_REQUIRED_VERSION - indicator3 >= $INDICATOR_REQUIRED_VERSION + indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION libido3-0.1 >= $INDICATOR_DISPLAY_OBJECTS libnotify >= $LIBNOTIFY_REQUIRED_VERSION) PKG_CHECK_MODULES(SOUNDSERVICE, dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION - indicator3 + indicator3-0.4 gee-1.0 gio-unix-2.0 libxml-2.0) ], [test "x$with_gtk" = x2], [PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION - indicator >= $INDICATOR_REQUIRED_VERSION + indicator-0.4 >= $INDICATOR_REQUIRED_VERSION dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS libnotify >= $LIBNOTIFY_REQUIRED_VERSION) PKG_CHECK_MODULES(SOUNDSERVICE, dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION - indicator + indicator-0.4 gee-1.0 gio-unix-2.0 libxml-2.0) |