diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-04 18:00:49 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-04 18:00:49 +0000 |
commit | a19ea02da69b3b7c0d810716fe40eed9b7e86c63 (patch) | |
tree | ad46d53073f9f0a1802efd5b369ca22ba997b147 /configure.ac | |
parent | 1949869da278d3df26bb1a5866a9e70069189188 (diff) | |
download | ayatana-indicator-sound-a19ea02da69b3b7c0d810716fe40eed9b7e86c63.tar.gz ayatana-indicator-sound-a19ea02da69b3b7c0d810716fe40eed9b7e86c63.tar.bz2 ayatana-indicator-sound-a19ea02da69b3b7c0d810716fe40eed9b7e86c63.zip |
tidied deps
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 88ffe6d..c42354e 100644 --- a/configure.ac +++ b/configure.ac @@ -46,14 +46,16 @@ AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) -PKG_CHECK_MODULES(PULSEAUDIO, libpulse-mainloop-glib >= $PULSE_AUDIO_REQUIRED_VERSION) +PKG_CHECK_MODULES(PULSEAUDIO, libpulse-mainloop-glib >= $PULSE_AUDIO_REQUIRED_VERSION + gio-unix-2.0) AC_SUBST(PULSEAUDIO_CFLAGS) AC_SUBST(PULSEAUDIO_LIBS) PKG_CHECK_MODULES(SOUNDSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION indicate >= $INDICATE_REQUIRED_VERSION - gee-1.0) + gee-1.0 + gio-unix-2.0) AC_SUBST(SOUNDSERVICE_CFLAGS) AC_SUBST(SOUNDERVICE_LIBS) |