diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-28 09:48:08 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-28 18:52:00 +0100 |
| commit | ee3b9d9c6cf2ca2c51242ce5474fd023dc84bc8b (patch) | |
| tree | c29b2b7b6e6a12a03d8f0f1b9b00cf963d16ba3c /package/mpd/Config.in | |
| parent | 7521604c1b99c6261e64e0e0b37395fc38e7775c (diff) | |
| download | buildroot-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.in | 8 |
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" |

