summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2013-01-09 09:51:07 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2013-01-09 09:52:41 +0000
commite34842e2101a54dc90d7496999da10f62c392d30 (patch)
tree970a3b2069395f38d08188286bd709dd13764e38 /configure.ac
parent52485ba01852a0fc7d46cb026adfbde16aa525d6 (diff)
Bump tp-glib dependency for tp_vardict_get_*
a5a5d850 started using these functions, which were introduced in telepathy-glib 0.20.0.
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 41f2dd94..fc651e4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,7 +256,7 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.95, dbus-glib-1 >= 0.82])
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.19.9])
+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.20.0])
AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_18],
[Ignore post-0.18 deprecations])
AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_20],