summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2022-10-25 22:13:44 +0300
committerJan Ekström <jeebjp@gmail.com>2022-10-26 21:56:33 +0300
commit8b81f45e1ba98ed8f1fd85b80c3cca06523f2b4d (patch)
tree66b6162d1edcfcffe22c5794bbd37a38a9a00f72
parent666cb91cf12a4f8b42087530104513b0fc4ba16d (diff)
downloadmpv-8b81f45e1ba98ed8f1fd85b80c3cca06523f2b4d.tar.bz2
mpv-8b81f45e1ba98ed8f1fd85b80c3cca06523f2b4d.tar.xz
ci: require pipewire to be enabled for Tumbleweed Linux builds
-rwxr-xr-xci/build-tumbleweed.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index 91b46e9ac7..2b27149310 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -9,6 +9,7 @@ if [ "$1" = "meson" ]; then
-Dlibarchive=enabled \
-Dlibmpv=true \
-Dmanpage-build=enabled \
+ -Dpipewire=enabled \
-Dshaderc=enabled \
-Dtests=true \
-Dvulkan=enabled
@@ -24,6 +25,7 @@ if [ "$1" = "waf" ]; then
--enable-libarchive \
--enable-libmpv-shared \
--enable-manpage-build \
+ --enable-pipewire \
--enable-shaderc \
--enable-tests \
--enable-vulkan