From 1cdfa38e64a2853f72b36c6c0f3a9ab9a272c639 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 25 Sep 2013 09:55:06 +0200 Subject: [PATCH 10/15] bump tp-glib dep to 0.21.2 Needed for tp_dbus_properties_mixin_dup_all() which I'm going to use in tests. https://bugs.freedesktop.org/show_bug.cgi?id=69797 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b65c3c3..1ecc05e 100644 --- a/configure.ac +++ b/configure.ac @@ -69,9 +69,9 @@ AC_COPYRIGHT([ DBUS_REQUIRED=1.1.0 DBUS_GLIB_REQUIRED=0.82 -TELEPATHY_GLIB_REQUIRED=0.19.2 +TELEPATHY_GLIB_REQUIRED=0.21.2 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, [Prevent post 0.20 APIs]) +AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_22, [Prevent post 0.22 APIs]) GLIB_REQUIRED=2.32 dnl MIN_REQUIRED must stay to 2.30 because of GValueArray -- 1.8.3.1