mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
cmake: depend explicitly on nettle
Nettle is used directly for sha3 computation Change-Id: I9ad71746f78e433e5df65938d477cc6c93dc6a31
This commit is contained in:
@ -542,6 +542,7 @@ else()
|
||||
pkg_search_module (fmt REQUIRED IMPORTED_TARGET fmt)
|
||||
pkg_search_module (webrtcap IMPORTED_TARGET webrtc-audio-processing)
|
||||
pkg_search_module (gnutls REQUIRED IMPORTED_TARGET gnutls)
|
||||
pkg_search_module (nettle REQUIRED IMPORTED_TARGET nettle)
|
||||
pkg_search_module (opendht REQUIRED IMPORTED_TARGET opendht)
|
||||
pkg_search_module (dhtnet REQUIRED IMPORTED_TARGET dhtnet)
|
||||
pkg_search_module (git2 REQUIRED IMPORTED_TARGET libgit2)
|
||||
@ -569,6 +570,7 @@ else()
|
||||
PkgConfig::pjproject
|
||||
PkgConfig::git2
|
||||
PkgConfig::gnutls
|
||||
PkgConfig::nettle
|
||||
PkgConfig::avformat
|
||||
PkgConfig::avdevice
|
||||
PkgConfig::avfilter
|
||||
|
Reference in New Issue
Block a user