telepathy-logger: Bump telepathy-glib dependency to 0.19.2
Xavier Claessens
xclaesse at kemper.freedesktop.org
Tue Jul 3 03:10:45 PDT 2012
Module: telepathy-logger
Branch: master
Commit: b1046b3ee4cdd00323a4267a994dc67865a170b0
URL: http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=b1046b3ee4cdd00323a4267a994dc67865a170b0
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Tue Jul 3 12:00:26 2012 +0200
Bump telepathy-glib dependency to 0.19.2
This is needed for the fixed meta headers
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 76c022a..8fe4625 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,9 +70,9 @@ GLIB_REQUIRED=2.25.11
DBUS_REQUIRED=1.1.0
DBUS_GLIB_REQUIRED=0.82
-TELEPATHY_GLIB_REQUIRED=0.18.0
+TELEPATHY_GLIB_REQUIRED=0.19.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_18, [Prevent post 0.18 APIs])
+AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
# Warning if GLib/GDK/GTK headers are included
AC_DEFINE(G_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GLib])
More information about the telepathy-commits
mailing list