mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Remove optional dependency of cef-minimal, it seems like it's not needed
This commit is contained in:
parent
6e7cfe1dc8
commit
060a53264e
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -19,8 +19,7 @@ optdepends=("libfdk-aac: FDK AAC codec support"
|
|||
"vlc: VLC Media Source"
|
||||
"swig: Scripting"
|
||||
"luajit: Lua scripting"
|
||||
"python: Python scripting"
|
||||
"cef-minimal: OBS Browser Source")
|
||||
"python: Python scripting")
|
||||
provides=("obs-studio=$pkgver")
|
||||
conflicts=("obs-studio")
|
||||
source=("$pkgname::git+https://github.com/obsproject/obs-studio.git#branch=master"
|
||||
|
|
Loading…
Reference in a new issue