diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-10 20:50:22 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-10 20:50:22 +0000 |
commit | 19172db0350957626b6c235bfff9e85d39fa97d4 (patch) | |
tree | 405f4af7b1abcc079d4dab52acd1e2281cc09b02 | |
parent | 82425f25064d97b0feb2c0c5cdc839558bf5f51f (diff) | |
download | ayatana-indicator-sound-19172db0350957626b6c235bfff9e85d39fa97d4.tar.gz ayatana-indicator-sound-19172db0350957626b6c235bfff9e85d39fa97d4.tar.bz2 ayatana-indicator-sound-19172db0350957626b6c235bfff9e85d39fa97d4.zip |
configure ac fixes
-rw-r--r-- | configure.ac | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index a6522ed..8654f02 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ GIO_2_0_REQUIRED_VERSION=2.25.13 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION - dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION + dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS) AC_SUBST(APPLET_CFLAGS) @@ -53,13 +53,12 @@ AC_SUBST(PULSEAUDIO_LIBS) PKG_CHECK_MODULES(SOUNDSERVICE, dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION - indicate >= $INDICATE_REQUIRED_VERSION - gee-1.0 + indicate >= $INDICATE_REQUIRED_VERSION + gee-1.0 gio-unix-2.0 libxml-2.0) - AC_SUBST(SOUNDSERVICE_CFLAGS) -AC_SUBST(SOUNDERVICE_LIBS) +AC_SUBST(SOUNDSERVICE_LIBS) AC_PATH_PROG(GCONFTOOL, gconftool-2) dnl Specify the gconf configuration source, |