telepathy-farstream: bump tp-glib dep and use versioning macros

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Sep 25 06:48:09 PDT 2013


Module: telepathy-farstream
Branch: master
Commit: 1afbe1ebe9764982cd0873cbb30f7ba7b8dc9f4c
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=1afbe1ebe9764982cd0873cbb30f7ba7b8dc9f4c

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Sep 25 11:56:25 2013 +0200

bump tp-glib dep and use versioning macros

https://bugs.freedesktop.org/show_bug.cgi?id=69802

---

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e3ce7bd..30d2484 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,9 @@ AC_SUBST(DBUS_CFLAGS)
 AC_SUBST(DBUS_LIBS)
 
 dnl Check for Telepathy libraries
-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.19.0])
+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.21])
+AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_22, [Ignore post 0.22 deprecations])
+AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_22, [Prevent post 0.22 APIs])
 
 AC_SUBST(TELEPATHY_CFLAGS)
 AC_SUBST(TELEPATHY_LIBS)



More information about the telepathy-commits mailing list