diff options
author | Ted Gould <ted@canonical.com> | 2009-04-13 14:52:22 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-13 14:52:22 -0500 |
commit | 8270f15190ba2a22183b30c8ef39329918ca1191 (patch) | |
tree | 7a9dee4f9475136a95ce9dafcf80131e542055c6 /configure.ac | |
parent | 2edf3fb94f0114806fcefef4d30e1b3998114e70 (diff) | |
parent | e32b37d049968231cb19129654fd3be997efb48b (diff) | |
download | libayatana-indicator-8270f15190ba2a22183b30c8ef39329918ca1191.tar.gz libayatana-indicator-8270f15190ba2a22183b30c8ef39329918ca1191.tar.bz2 libayatana-indicator-8270f15190ba2a22183b30c8ef39329918ca1191.zip |
Adding in support for finding out if people are interesting on the bus using introspection instead of sending a random function call to them and seeing what happens.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 15e4110..ca46ff9 100644 --- a/configure.ac +++ b/configure.ac @@ -50,11 +50,13 @@ AM_GCONF_SOURCE_2 GLIB_REQUIRED_VERSION=2.18 GIO_REQUIRED_VERSION=2.18 GDK_PIXBUF_REQUIRED_VERSION=2.12 +XML_REQUIRED_VERSION=2.6 PKG_CHECK_MODULES(LIBINDICATE, glib-2.0 >= $GLIB_REQUIRED_VERSION gio-2.0 >= $GIO_REQUIRED_VERSION gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION - dbus-glib-1 >= $DBUS_REQUIRED_VERSION) + dbus-glib-1 >= $DBUS_REQUIRED_VERSION + libxml-2.0 >= $XML_REQUIRED_VERSION) AC_SUBST(LIBINDICATE_CFLAGS) AC_SUBST(LIBINDICATE_LIBS) |