summaryrefslogtreecommitdiffstats
path: root/package/mpd/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-10-28 09:48:08 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-28 18:52:00 +0100
commitee3b9d9c6cf2ca2c51242ce5474fd023dc84bc8b (patch)
treec29b2b7b6e6a12a03d8f0f1b9b00cf963d16ba3c /package/mpd/Config.in
parent7521604c1b99c6261e64e0e0b37395fc38e7775c (diff)
downloadbuildroot-ee3b9d9c6cf2ca2c51242ce5474fd023dc84bc8b.tar.gz
buildroot-ee3b9d9c6cf2ca2c51242ce5474fd023dc84bc8b.zip
mpd: add explicit upnp support option
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mpd/Config.in')
-rw-r--r--package/mpd/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index ed0df7f00a..ac9ca95235 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -265,6 +265,14 @@ config BR2_PACKAGE_MPD_TCP
You want this on if mpd and the client(s) work
on different machines (the usual scenario).
+
+config BR2_PACKAGE_MPD_UPNP
+ bool "UPnp"
+ select BR2_PACKAGE_EXPAT
+ select BR2_PACKAGE_LIBUPNP
+ help
+ Enable mpd UPnP client support.
+
endif
comment "mpd needs a toolchain w/ C++, threads, wchar"
OpenPOWER on IntegriCloud