Browse Source

mpd: force zeroconf to no

without this we get missing dependecy errors if avahi is staged.

Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin 10 years ago
parent
commit
4fb546380f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sound/mpd/Makefile

+ 1
- 1
sound/mpd/Makefile View File

@@ -118,7 +118,7 @@ CONFIGURE_ARGS += \
118 118
 	--disable-wavpack \
119 119
 	--disable-wildmidi \
120 120
 	--disable-zzip \
121
-	--with-zeroconf=auto \
121
+	--with-zeroconf=no \
122 122
 	\
123 123
 	--enable-curl \
124 124
 	--enable-flac \