From: Andreas Ziegler <br025@umbiko.net>
To: buildroot@buildroot.org
Cc: Andreas Ziegler <br025@umbiko.net>
Subject: [Buildroot] [PATCH 1/3] package/mpd: enforce tcp for options using http
Date: Sat, 14 Mar 2026 07:18:33 +0100 [thread overview]
Message-ID: <20260314061837.9425-2-br025@umbiko.net> (raw)
In-Reply-To: <20260314061837.9425-1-br025@umbiko.net>
Prevent disabling of TCP if some option is selected that uses HTTP.
Fixes:
https://autobuild.buildroot.org/results/59b0be79b1ca1469477e7634205f3eaaebef7d5f
Signed-off-by: Andreas Ziegler <br025@umbiko.net>
---
package/mpd/Config.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index d8ce930cc5..1b6815e904 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -204,6 +204,7 @@ config BR2_PACKAGE_MPD_CDIO_PARANOIA
config BR2_PACKAGE_MPD_CURL
bool "curl"
+ select BR2_PACKAGE_MPD_TCP
select BR2_PACKAGE_LIBCURL
help
Enable curl streaming (http) support.
@@ -258,6 +259,7 @@ config BR2_PACKAGE_MPD_AO
config BR2_PACKAGE_MPD_HTTPD_OUTPUT
bool "httpd output"
+ select BR2_PACKAGE_MPD_TCP
help
Enable httpd output support.
@@ -341,6 +343,7 @@ comment "io_uring support needs a toolchain w/ headers >= 5.1"
config BR2_PACKAGE_MPD_LIBMPDCLIENT
bool "libmpdclient"
+ select BR2_PACKAGE_MPD_TCP
select BR2_PACKAGE_LIBMPDCLIENT
help
Enable libmpdclient support.
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-03-14 6:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-14 6:18 [Buildroot] [PATCH 0/3] package/mpd: fix configuration Andreas Ziegler
2026-03-14 6:18 ` Andreas Ziegler [this message]
2026-03-21 22:10 ` [Buildroot] [PATCH 1/3] package/mpd: enforce tcp for options using http Julien Olivain via buildroot
2026-03-27 10:02 ` Thomas Perale via buildroot
2026-03-14 6:18 ` [Buildroot] [PATCH 2/3] package/mpd: disable build of manuals Andreas Ziegler
2026-03-27 10:02 ` Thomas Perale via buildroot
2026-03-14 6:18 ` [Buildroot] [PATCH 3/3] package/mpd: add missing optional dependency Andreas Ziegler
2026-03-27 10:02 ` Thomas Perale via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260314061837.9425-2-br025@umbiko.net \
--to=br025@umbiko.net \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox