mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
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:
parent
c9d12bc83b
commit
6082a95301
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -32,6 +32,7 @@ makedepends=(
|
||||||
"libfdk-aac"
|
"libfdk-aac"
|
||||||
"libxcomposite"
|
"libxcomposite"
|
||||||
"luajit"
|
"luajit"
|
||||||
|
"mbedtls"
|
||||||
"python"
|
"python"
|
||||||
"swig"
|
"swig"
|
||||||
"vlc"
|
"vlc"
|
||||||
|
|
Loading…
Reference in a new issue