summaryrefslogtreecommitdiffstats
path: root/source/l/pipewire/pipewire.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/pipewire/pipewire.SlackBuild')
-rwxr-xr-xsource/l/pipewire/pipewire.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/l/pipewire/pipewire.SlackBuild b/source/l/pipewire/pipewire.SlackBuild
index 7225da964..5ace2cd5d 100755
--- a/source/l/pipewire/pipewire.SlackBuild
+++ b/source/l/pipewire/pipewire.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pipewire
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -103,6 +103,8 @@ meson setup \
--sysconfdir=/etc \
--localstatedir=/var \
--buildtype=release \
+ -Dffmpeg=enabled \
+ -Dvulkan=enabled \
-Djack=disabled \
-Dpipewire-jack=disabled \
.. || exit 1