From cf10b6d6e1088684bc5b42979e0a9dcff6a271a1 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Mon, 7 Jan 2013 22:49:42 +0100 Subject: [PATCH] Don't build against Jreen 1.1.0 and document it in README --- CMakeLists.txt | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7221bc5e..9bb0b7acf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,6 +136,9 @@ macro_log_feature(QuaZip_FOUND "QuaZip" "Provides support for extracting downloa macro_optional_find_package(Jreen 1.0.5) macro_log_feature(JREEN_FOUND "Jreen" "Qt XMPP Library" "http://qutim.org/jreen / https://github.com/euroelessar/jreen" FALSE "" "Jreen is needed for the Jabber SIP plugin.\n") +if(${PC_JREEN_VERSION} STREQUAL "1.1.0") + message(FATAL_ERROR "Jreen 1.1.0 has a very annoying bug that breaks accepting auth requests in Tomahawk. Please upgrade to 1.1.1 or downgrade to 1.0.5.") +endif() macro_optional_find_package(QTweetLib) macro_log_feature(QTWEETLIB_FOUND "QTweetLib" "Qt Twitter Library" "https://github.com/minimoog/QTweetLib" FALSE "" "QTweetLib is needed for the Twitter SIP plugin.\n") diff --git a/README.md b/README.md index 043410d76..1f2ca36f4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Required dependencies: The following dependencies are optional, but recommended: -* Jreen 1.0.5 - http://qutim.org/jreen / https://github.com/euroelessar/jreen +* Jreen 1.0.5 (1.1.0 will fail, 1.1.1 is fine) - http://qutim.org/jreen / https://github.com/euroelessar/jreen * QTweetLib 0.5.0 - https://github.com/minimoog/QTweetLib Third party libraries that we ship with our source: