diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-19 23:45:51 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-20 15:49:49 +0100 |
| commit | 021cc9533237fe7af7dfa3ab273a8a1187be9948 (patch) | |
| tree | a64185137747b23bcebe069f74fd38de6283c745 /package/mpd/Config.in | |
| parent | 3cfc9b54e7b20bf63808d03ec97018df514fbf49 (diff) | |
| download | buildroot-021cc9533237fe7af7dfa3ab273a8a1187be9948.tar.gz buildroot-021cc9533237fe7af7dfa3ab273a8a1187be9948.zip | |
mpd: add option to enable/disable httpd output
It might be useful to disable this plugin.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mpd/Config.in')
| -rw-r--r-- | package/mpd/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in index 0b3bb72494..be0843fb10 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -223,6 +223,11 @@ config BR2_PACKAGE_MPD_AO help Enable libao output support. +config BR2_PACKAGE_MPD_HTTPD_OUTPUT + bool "httpd output" + help + Enable httpd output support. + config BR2_PACKAGE_MPD_JACK2 bool "jack2" depends on BR2_ARCH_HAS_ATOMICS |

