mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Move mbedtls to depends
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
fd728e0c65
commit
014e5caeba
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=obs-studio-browser
|
pkgname=obs-studio-browser
|
||||||
pkgver=28.0.1
|
pkgver=28.0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
url="https://github.com/obsproject/obs-studio"
|
url="https://github.com/obsproject/obs-studio"
|
||||||
|
@ -20,6 +20,7 @@ depends=(
|
||||||
"libajantv2"
|
"libajantv2"
|
||||||
"libxinerama"
|
"libxinerama"
|
||||||
"libxkbcommon-x11"
|
"libxkbcommon-x11"
|
||||||
|
"mbedtls"
|
||||||
"qt5-x11extras"
|
"qt5-x11extras"
|
||||||
"pciutils"
|
"pciutils"
|
||||||
"pipewire"
|
"pipewire"
|
||||||
|
@ -32,7 +33,6 @@ makedepends=(
|
||||||
"libfdk-aac"
|
"libfdk-aac"
|
||||||
"libxcomposite"
|
"libxcomposite"
|
||||||
"luajit"
|
"luajit"
|
||||||
"mbedtls"
|
|
||||||
"python"
|
"python"
|
||||||
"swig"
|
"swig"
|
||||||
"vlc"
|
"vlc"
|
||||||
|
|
Loading…
Reference in a new issue