mpd: fix compilation without AUDIO_SUPPORT
authorAndre Heider <a.heider@gmail.com>
Thu, 14 Nov 2019 10:26:41 +0000 (11:26 +0100)
committerAndre Heider <a.heider@gmail.com>
Thu, 14 Nov 2019 10:30:45 +0000 (11:30 +0100)
Fixes #10541

Signed-off-by: Andre Heider <a.heider@gmail.com>
sound/mpd/Makefile

index f214a70a2845e6ef72e7ef27c6828cb5c7dafac3..34f0141220a56a05b91df73f868bd9f64fba9d8f 100644 (file)
@@ -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 \