Merge pull request #10548 from dhewg/pull/mpd

mpd: fix compilation without AUDIO_SUPPORT
This commit is contained in:
Rosen Penev 2019-11-14 10:00:45 -08:00 committed by GitHub
commit c6414d33d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ MESON_ARGS += \
-Dwave_encoder=true \ -Dwave_encoder=true \
-Dlibsamplerate=disabled \ -Dlibsamplerate=disabled \
-Dsoxr=disabled \ -Dsoxr=disabled \
-Dalsa=$(if CONFIG_AUDIO_SUPPORT,enabled,disabled) \ -Dalsa=$(if $(CONFIG_AUDIO_SUPPORT),enabled,disabled) \
-Dao=disabled \ -Dao=disabled \
-Dhttpd=true \ -Dhttpd=true \
-Djack=disabled \ -Djack=disabled \