summaryrefslogtreecommitdiffstats
path: root/package/mpd/Config.in
diff options
context:
space:
mode:
authorJörg Krause <jkrause@posteo.de>2014-10-17 00:29:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-27 22:54:33 +0100
commitf7c072aee5cd3bcf5fe162a69094dc9282648056 (patch)
treedeaeabe8028b751b5321e0bafac2e928f7a7d3e1 /package/mpd/Config.in
parent03c929fc4768774f0fb6a3c27f6a7c5c4b9b6bbf (diff)
downloadbuildroot-f7c072aee5cd3bcf5fe162a69094dc9282648056.tar.gz
buildroot-f7c072aee5cd3bcf5fe162a69094dc9282648056.zip
package/mpd: fix zeroconf support
Add a config option to explicitly enable Avahi support in MPD. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mpd/Config.in')
-rw-r--r--package/mpd/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 98ac2b649f..ed0df7f00a 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -243,6 +243,20 @@ comment "pulseaudio support needs a toolchain w/ largefile"
comment "Miscellaneous plugins"
+config BR2_PACKAGE_MPD_AVAHI_SUPPORT
+ bool "avahi (zeroconf) support"
+ depends on !BR2_PREFER_STATIC_LIB # avahi
+ select BR2_PACKAGE_AVAHI
+ select BR2_PACKAGE_AVAHI_DAEMON
+ select BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY
+ help
+ Enable Avahi (zeroconf) support.
+ Select this for multicast DNS/DNS-SD service discovery support. This allows
+ MPD to publish service information on a local network.
+
+comment "avahi support needs a toolchain w/ dynamic library"
+ depends on BR2_PREFER_STATIC_LIB
+
config BR2_PACKAGE_MPD_TCP
bool "tcp sockets"
default y
OpenPOWER on IntegriCloud