aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-05-20 18:50:44 +0100
committerConor Curran <conor.curran@canonical.com>2010-05-20 18:50:44 +0100
commit14d9ed691abf09a2600f978aa7be13f841bc1ce5 (patch)
treeea2456934e0c3a4e6cde256ac6a02229794047fe /configure.ac
parent8e2bd9c87d812a07caaa2c5aba0bbf819b445e56 (diff)
downloadayatana-indicator-sound-14d9ed691abf09a2600f978aa7be13f841bc1ce5.tar.gz
ayatana-indicator-sound-14d9ed691abf09a2600f978aa7be13f841bc1ce5.tar.bz2
ayatana-indicator-sound-14d9ed691abf09a2600f978aa7be13f841bc1ce5.zip
We have clients properly registering and unregistering dynamically
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b751fb2..0abf6c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,8 @@ AC_SUBST(PULSEAUDIO_LIBS)
PKG_CHECK_MODULES(SOUNDSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
indicator >= $INDICATOR_REQUIRED_VERSION
- indicate >= $INDICATOR_REQUIRED_VERSION)
+ indicate >= $INDICATOR_REQUIRED_VERSION
+ gee-1.0)
AC_SUBST(SOUNDSERVICE_CFLAGS)
AC_SUBST(SOUNDERVICE_LIBS)