summaryrefslogtreecommitdiffstats
path: root/audio-drivers
diff options
context:
space:
mode:
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