summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-13 12:41:20 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-13 13:13:32 +0000
commit7de10745e106f3d9c55e01c8711a5d39b48c8a45 (patch)
treef87b00aacb96b77667d64b49183c2dc1581d962d /configure.ac
parent1f75801db3e04254fd04de7d7269f1ccceef36fc (diff)
downloadtelepathy-glib-7de10745e106f3d9c55e01c8711a5d39b48c8a45.tar.gz
Bump dbus-glib dependency to 0.90 for dbus_g_value_parse_variant_by_type
Also add Requires.private: dbus-1 to the pkg-config files, since it'd be required for static linking. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Vivek Dasmohapatra <vivek@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e03d1494f..e0d5e30cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -223,7 +223,7 @@ GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
AC_SUBST(GLIB_MKENUMS)
dnl Check for D-Bus
-PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.95, dbus-glib-1 >= 0.82])
+PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.95, dbus-glib-1 >= 0.90])
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)