telepathy-logger: bump tp-glib dep to 0.21.2
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Sep 25 07:38:46 PDT 2013
Module: telepathy-logger
Branch: master
Commit: b5939d56b83f1c125dfd6693e881290d513fa67d
URL: http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=b5939d56b83f1c125dfd6693e881290d513fa67d
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Wed Sep 25 09:55:06 2013 +0200
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 files 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
More information about the telepathy-commits
mailing list