From ccabc8ad07739af1f3d7b4d02d8a1da689ae2afc Mon Sep 17 00:00:00 2001 From: Martin Klapetek Date: Fri, 1 Aug 2014 12:00:08 +0200 Subject: 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 f1128928..2e9aabbc 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" -- cgit v1.2.3