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 \