commit 4fb546380f97215be69371bddaaf266daa4884d5
parent 0086bfb04c5c14cb94ddf74004252086c09b76ef
Author: John Crispin <blogic@openwrt.org>
Date: Thu, 17 Jul 2014 17:49:53 +0100
mpd: force zeroconf to no
without this we get missing dependecy errors if avahi is staged.
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile
@@ -118,7 +118,7 @@ CONFIGURE_ARGS += \
--disable-wavpack \
--disable-wildmidi \
--disable-zzip \
- --with-zeroconf=auto \
+ --with-zeroconf=no \
\
--enable-curl \
--enable-flac \