summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 09:55:06 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 16:36:30 +0200
commitb5939d56b83f1c125dfd6693e881290d513fa67d (patch)
tree47803fc050cfb42028862eef3dfb477ed7cc9d35
parent03d9bee69ca5dc45c59e5083bbc521459b8b0c03 (diff)
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
-rw-r--r--configure.ac4
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