aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/mpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile
index f214a70a2..34f014122 100644
--- a/sound/mpd/Makefile
+++ b/sound/mpd/Makefile
@@ -148,7 +148,7 @@ MESON_ARGS += \
-Dwave_encoder=true \
-Dlibsamplerate=disabled \
-Dsoxr=disabled \
- -Dalsa=$(if CONFIG_AUDIO_SUPPORT,enabled,disabled) \
+ -Dalsa=$(if $(CONFIG_AUDIO_SUPPORT),enabled,disabled) \
-Dao=disabled \
-Dhttpd=true \
-Djack=disabled \