telepathy-qt: Require newer versions of Farstream and Telepathy-Farstream
David Edmundson
davidedmundson at kemper.freedesktop.org
Wed Aug 27 14:57:28 PDT 2014
Module: telepathy-qt
Branch: master
Commit: ccabc8ad07739af1f3d7b4d02d8a1da689ae2afc
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=ccabc8ad07739af1f3d7b4d02d8a1da689ae2afc
Author: Martin Klapetek <mklapetek at kde.org>
Date: Fri Aug 1 12:00:08 2014 +0200
Require newer versions of Farstream and Telepathy-Farstream
---
CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f112892..2e9aabb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -210,7 +210,7 @@ endif()
if(ENABLE_FARSTREAM)
# Find tp-farstream
- set(FARSTREAM_MIN_VERSION "0.1.0")
+ set(FARSTREAM_MIN_VERSION "0.2.0")
find_package(Farstream)
macro_log_feature(FARSTREAM_FOUND "Farstream"
"A Framework for dealing with audio/video conferencing protocols"
@@ -218,7 +218,7 @@ if(ENABLE_FARSTREAM)
"Needed, together with GStreamer and Telepathy-Farstream, to build telepathy-qt-farstream")
# Find tp-farstream
- set(TELEPATHY_FARSTREAM_MIN_VERSION "0.2.2")
+ set(TELEPATHY_FARSTREAM_MIN_VERSION "0.6.0")
find_package(TelepathyFarstream)
macro_log_feature(TELEPATHYFARSTREAM_FOUND "Telepathy-Farstream"
"A Framework for dealing with audio/video conferencing protocols"
More information about the telepathy-commits
mailing list