summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHuang-Huang Bao2021-03-12 04:26:19 +0800
committerHuang-Huang Bao2021-03-12 04:26:19 +0800
commit2ea549947b8dfbd80fa1cb0c16782761e4132ee7 (patch)
tree75593a42f45116aa73b70fcda33749c0d3c9cc4c /PKGBUILD
parente14a9b921dc32b24e90ceab12d283bb44a6c0fe3 (diff)
downloadaur-2ea549947b8dfbd80fa1cb0c16782761e4132ee7.tar.gz
Explicitly set value on options which have external dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 245fcc37ece9..e83facca249b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(pipewire-full-git pipewire-full-docs-git pipewire-full-alsa-git
gst-plugin-pipewire-full-git
pipewire-full-jack-client-git
pipewire-full-vulkan-git pipewire-full-ffmpeg-git)
-pkgver=0.3.23.r53.g485bae5e
+pkgver=0.3.23.r62.g22f6e8e3
pkgrel=1
pkgdesc="Low-latency audio/video router and processor"
url="https://pipewire.org"
@@ -38,6 +38,8 @@ build() {
-D docs=enabled \
-D ffmpeg=enabled \
-D test=enabled \
+ -D libcamera=disabled \
+ -D vulkan=enabled \
-D udevrulesdir=/usr/lib/udev/rules.d
meson compile -C build
}