1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 05:37:29 +02:00

Add dependency on GnuTLS

This commit is contained in:
Uwe L. Korn
2014-06-27 03:32:44 +01:00
parent 399fdb74b5
commit 4256f00e89

View File

@@ -262,6 +262,12 @@ macro_log_feature(SPARSEHASH_FOUND "Sparsehash"
"Sparsehash is needed for reading metadata of mediastreams and fast "Sparsehash is needed for reading metadata of mediastreams and fast
forward/backward seeking in HTTP streams") forward/backward seeking in HTTP streams")
macro_optional_find_package(GnuTLS)
macro_log_feature(GNUTLS_FOUND "GnuTLS"
"GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them."
"http://gnutls.org/" TRUE ""
"GnuTLS is needed for serving the Playdar/HTTP API via TLS")
macro_optional_find_package(QCA2) macro_optional_find_package(QCA2)
macro_log_feature(QCA2_FOUND "QCA2" "Provides encryption and signing functions necessary for some resolvers and accounts" "http://delta.affinix.com/qca/" TRUE "" "") macro_log_feature(QCA2_FOUND "QCA2" "Provides encryption and signing functions necessary for some resolvers and accounts" "http://delta.affinix.com/qca/" TRUE "" "")