1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 01:00:13 +02:00

Make QCA2 an optional dep, it's only required for HMAC(md5) for resolvers

This commit is contained in:
Leo Franchi
2011-08-29 11:08:57 -04:00
parent d5a2e4b325
commit 28e7413bdd
5 changed files with 21 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ macro_optional_find_package(Boost)
macro_log_feature(Boost_FOUND "Boost" "Provides free peer-reviewed portable C++ source libraries" "http://www.boost.org" TRUE "" "") #FIXME: give useful explaination
macro_optional_find_package(QCA2)
macro_log_feature(QCA2_FOUND "QCA2" "Provides encryption and signing functions required for Grooveshark resolver" "http://delta.affinix.com/qca/" TRUE "" "")
macro_log_feature(QCA2_FOUND "QCA2" "Provides encryption and signing functions required for Grooveshark resolver" "http://delta.affinix.com/qca/" FALSE "" "")
# required
#While we distribute our own liblastfm2, don't need to look for it