mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mpd: fix compilation without AUDIO_SUPPORT
Fixes #10541 Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user