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
 	--disable-wavpack \
118
 	--disable-wavpack \
119
 	--disable-wildmidi \
119
 	--disable-wildmidi \
120
 	--disable-zzip \
120
 	--disable-zzip \
121
-	--with-zeroconf=auto \
121
+	--with-zeroconf=no \
122
 	\
122
 	\
123
 	--enable-curl \
123
 	--enable-curl \
124
 	--enable-flac \
124
 	--enable-flac \