From 95257eaa885a0183164861c012b6200f677b4c4e Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sat, 22 Jan 2022 12:48:48 -0600 Subject: ci/build-freebsd: enable sndio ao during build We have this ao again since #9298 so let's run it through the CI. --- .github/workflows/build.yml | 1 + ci/build-freebsd.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1d7da892e..b4fd84f006 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,6 +168,7 @@ jobs: pkgconf \ python3 \ sdl2 \ + sndio \ vulkan-headers \ wayland-protocols \ # diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh index b0219326ee..2524104e11 100755 --- a/ci/build-freebsd.sh +++ b/ci/build-freebsd.sh @@ -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 \ -- cgit v1.2.3