telepathy-logger: use tp-glib version macros
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Tue Jun 5 01:57:18 PDT 2012
Module: telepathy-logger
Branch: master
Commit: 2672e2526bf720c8918eb5c89637c52e42de5423
URL: http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=2672e2526bf720c8918eb5c89637c52e42de5423
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Tue Jun 5 10:51:07 2012 +0200
use tp-glib version macros
---
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index dcf2715..76c022a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,10 @@ AC_COPYRIGHT([
GLIB_REQUIRED=2.25.11
DBUS_REQUIRED=1.1.0
DBUS_GLIB_REQUIRED=0.82
+
TELEPATHY_GLIB_REQUIRED=0.18.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_18, [Prevent post 0.18 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