ci/build-freebsd.sh: remove nonexistent option

Mistakenly added in aeb4792cb6.
This commit is contained in:
Dudemanguy 2022-10-27 11:11:39 -05:00
parent 6e274dc8d8
commit c3c1978330
1 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ meson build \
-Dopenal=enabled \
-Dsdl2=enabled \
-Dsndio=enabled \
-Ddmabuf-wayland=enabled \
-Dvdpau=enabled \
-Dvulkan=enabled \
-Doss-audio=enabled \
@ -36,7 +35,6 @@ python3 ./waf configure \
--enable-openal \
--enable-sdl2 \
--enable-sndio \
--enable-dmabuf-wayland \
--enable-vdpau \
--enable-vulkan \
--enable-oss-audio \