Add missing mbedtls lib

> -- Could NOT find MbedTLS (missing: MBEDTLS_LIBRARIES MBEDTLS_INCLUDE_DIRS)
> CMake Error at cmake/Modules/ObsHelpers.cmake:446 (message):
>   OBS: mbedTLS not found, but required for WhatsNew support on Linux

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-09-10 17:18:16 +02:00
parent c9d12bc83b
commit 6082a95301
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -32,6 +32,7 @@ makedepends=(
"libfdk-aac" "libfdk-aac"
"libxcomposite" "libxcomposite"
"luajit" "luajit"
"mbedtls"
"python" "python"
"swig" "swig"
"vlc" "vlc"