* [Buildroot] [PATCH] mpd: allow to enable/disable httpd output
@ 2016-01-19 22:45 Waldemar Brodkorb
2016-01-20 14:49 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2016-01-19 22:45 UTC (permalink / raw)
To: buildroot
It might be useful to disable this plugin.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
While testing sparcv8 compile I tried to disable failing features
and plugins and this couldn't be disabled.
---
package/mpd/Config.in | 5 +++++
package/mpd/mpd.mk | 6 ++++++
2 files changed, 11 insertions(+)
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 0b3bb72..be0843f 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
diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index c794e82..7a265f4 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -92,6 +92,12 @@ else
MPD_CONF_OPTS += --disable-flac
endif
+ifeq ($(BR2_PACKAGE_MPD_HTTPD_OUTPUT),y)
+MPD_CONF_OPTS += --enable-httpd-output
+else
+MPD_CONF_OPTS += --disable-httpd-output
+endif
+
ifeq ($(BR2_PACKAGE_MPD_JACK2),y)
MPD_DEPENDENCIES += jack2
MPD_CONF_OPTS += --enable-jack
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] mpd: allow to enable/disable httpd output
2016-01-19 22:45 [Buildroot] [PATCH] mpd: allow to enable/disable httpd output Waldemar Brodkorb
@ 2016-01-20 14:49 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2016-01-20 14:49 UTC (permalink / raw)
To: buildroot
>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:
> It might be useful to disable this plugin.
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-20 14:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 22:45 [Buildroot] [PATCH] mpd: allow to enable/disable httpd output Waldemar Brodkorb
2016-01-20 14:49 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox