summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-07-20 21:45:05 -0400
committerVincent Grande2021-07-20 21:45:05 -0400
commitc2cf05e82499743ebd5d3813e8e2c775aeafcf69 (patch)
treec05e2efc2642d215fe9774d004631d52f34925bc /PKGBUILD
parent7f90d6fa2d93fc2bebbf105642851f8979952b6c (diff)
downloadaur-pulseaudio-nosystemd-minimal-git.tar.gz
tweak build flags
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 751f0bb6bd44..fe2db8f0d20d 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=(pulseaudio-nosystemd-minimal-git libpulse-nosystemd-minimal-git alsa-card-profiles-nosystemd-minimal-git)
pkgdesc="A featureful, general-purpose sound server"
-pkgver=14.2
+pkgver=14.99.2+15+gbea3fa7d2
pkgrel=1
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
@@ -39,7 +39,7 @@ build() {
-D legacy-database-entry-format=false \
-D asyncns=disabled \
-D avahi=disabled \
- -D bluez5=false \
+ -D bluez5=disabled \
-D bluez5-gstreamer=disabled \
-D bluez5-native-headset=false \
-D bluez5-ofono-headset=false \
@@ -63,7 +63,8 @@ build() {
-D webrtc-aec=disabled \
-D tcpwrap=disabled \
-D elogind=disabled \
- -D database=simple
+ -D database=simple \
+ -D doxygen=false
meson compile -C build
}