ci/build-freebsd: enable sndio ao during build

We have this ao again since #9298 so let's run it through the CI.
This commit is contained in:
Dudemanguy 2022-01-22 12:48:48 -06:00
parent b01598510f
commit 95257eaa88
2 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,7 @@ jobs:
pkgconf \
python3 \
sdl2 \
sndio \
vulkan-headers \
wayland-protocols \
#

View File

@ -11,6 +11,7 @@ meson build \
-Degl-drm=enabled \
-Dopenal=enabled \
-Dsdl2=enabled \
-Dsndio=enabled \
-Dvaapi-wayland=enabled \
-Dvdpau=enabled \
-Dvulkan=enabled \
@ -33,6 +34,7 @@ python3 ./waf configure \
--enable-egl-drm \
--enable-openal \
--enable-sdl2 \
--enable-sndio \
--enable-vaapi-wayland \
--enable-vdpau \
--enable-vulkan \