telepathy-farstream: Bump dep to telepathy-glib 0.24

Olivier CrĂȘte tester at kemper.freedesktop.org
Sun Dec 18 16:27:16 UTC 2016


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

Author: Olivier CrĂȘte <olivier.crete at collabora.com>
Date:   Sun Dec 18 11:26:47 2016 -0500

Bump dep to telepathy-glib 0.24

---

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1cd4fce..1e957e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,9 +97,9 @@ AC_SUBST(DBUS_CFLAGS)
 AC_SUBST(DBUS_LIBS)
 
 dnl Check for Telepathy libraries
-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])
+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.24])
+AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_24, [Ignore post 0.22 deprecations])
+AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_24, [Prevent post 0.22 APIs])
 AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables])
 AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, 1, [Disable single include header])
 



More information about the telepathy-commits mailing list