telepathy-qt: cmake: Require tp-glib 0.18

Dario Freddi drf at kemper.freedesktop.org
Mon Aug 27 10:39:43 PDT 2012


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

Author: Dario Freddi <dario.freddi at collabora.com>
Date:   Mon Aug 27 19:28:49 2012 +0200

cmake: Require tp-glib 0.18

---

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 574cb60..2e52f27 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -185,7 +185,7 @@ macro_log_feature(HAVE_TEST_PYTHON "dbus-python"
 
 if(ENABLE_TESTS OR ENABLE_FARSTREAM OR ENABLE_FARSIGHT)
     # Find telepathy-glib
-    set(TELEPATHY_GLIB_MIN_VERSION 0.17.5)
+    set(TELEPATHY_GLIB_MIN_VERSION 0.18.0)
     find_package(TelepathyGlib)
     macro_log_feature(TELEPATHYGLIB_FOUND "Telepathy-glib"
                       "Glib bindings for Telepathy"



More information about the telepathy-commits mailing list