mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-07 14:54:49 -04:00
CI: Add further packages for build-requirements on Linux
Some more packages are required to build deb package by the script `.github/scripts/package-linux`.
This commit is contained in:
committed by
Patrick Heyer
parent
8fc0489e4a
commit
cedf0ace53
1
.github/scripts/utils.zsh/setup_linux
vendored
1
.github/scripts/utils.zsh/setup_linux
vendored
@@ -76,6 +76,7 @@ if [[ ${CPUTYPE} != ${target##*-} ]] {
|
||||
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
lsb-release dh-cmake \
|
||||
libcurl4-openssl-dev \
|
||||
libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev \
|
||||
libswresample-dev libswscale-dev \
|
||||
|
||||
Reference in New Issue
Block a user