mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-19 05:51:16 -04:00
CI: Fix swig dependency on FreeBSD
FreeBSD removed the swig30 package and replaced it with just swig, currently version 4.0: https://bugs.freebsd.org/246613
This commit is contained in:
@@ -9,7 +9,7 @@ env:
|
||||
task:
|
||||
install_script:
|
||||
- pkg install -y
|
||||
v4l_compat swig30 ffmpeg curl dbus fdk-aac fontconfig
|
||||
v4l_compat swig ffmpeg curl dbus fdk-aac fontconfig
|
||||
freetype2 jackit jansson luajit mbedtls pulseaudio speexdsp
|
||||
libsysinfo libudev-devd libv4l libx264 cmake ninja
|
||||
mesa-libs lua52 pkgconf
|
||||
|
||||
Reference in New Issue
Block a user