summaryrefslogtreecommitdiffstats
path: root/audio-drivers
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-23 19:35:27 +0200
committerFlorian Franzmann2022-05-23 19:35:27 +0200
commit4ee786dc46e90bb1dfa48876dd7737782d8bafaa (patch)
treea23bdb5d1787a3008d34cc5ceb3c3ba6e6d0325d /audio-drivers
parentfcbeaeee5ad8c439be32fb12212947fd1c961197 (diff)
audio-drivers/pulseaudio: explicitly select database in BUILD
Diffstat (limited to 'audio-drivers')
-rwxr-xr-xaudio-drivers/pulseaudio/BUILD4
-rw-r--r--audio-drivers/pulseaudio/HISTORY3
2 files changed, 7 insertions, 0 deletions
diff --git a/audio-drivers/pulseaudio/BUILD b/audio-drivers/pulseaudio/BUILD
index e8f518df71..5897d06bc6 100755
--- a/audio-drivers/pulseaudio/BUILD
+++ b/audio-drivers/pulseaudio/BUILD
@@ -1,4 +1,8 @@
OPTS="${PULSEAUDIO_OPTS} ${OPTS}" &&
LDFLAGS="${LDFLAGS/-Wl,--as-needed}" &&
+if [[ "$PULSE_DB" == 'simple' ]]; then
+ OPTS+=" database=simple"
+fi &&
+
default_build
diff --git a/audio-drivers/pulseaudio/HISTORY b/audio-drivers/pulseaudio/HISTORY
index e79396dff1..a685889563 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,6 @@
+2022-05-23 Florian Franzmann <bwlf@bandrate.org>
+ * BUILD: explicitly select the database if the user has chosen 'simple'
+
2022-05-22 Florian Franzmann <bwlf@bandrate.org>
* DEPENDS: add dependency on libsndfile, depend on fftw with
single-precision floats, use MESON_DEPENDS