projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e0c78
)
mpd: fix compilation without AUDIO_SUPPORT
author
Andre Heider
<a.heider@gmail.com>
Thu, 14 Nov 2019 10:26:41 +0000
(11:26 +0100)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/sound/mpd/Makefile
b/sound/mpd/Makefile
index f214a70a2845e6ef72e7ef27c6828cb5c7dafac3..34f0141220a56a05b91df73f868bd9f64fba9d8f 100644
(file)
--- 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 \