From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Andreas Ziegler <br025@umbiko.net>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/3] package/mpd: disable build of manuals
Date: Fri, 27 Mar 2026 11:02:40 +0100 [thread overview]
Message-ID: <20260327100240.46313-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20260314061837.9425-3-br025@umbiko.net>
In reply of:
> The documentation feature was introduced with version 0.22, but is not
> used. Instead two other options (also introduced with 0.22) control
> building HTML manual and man pages. If the tools needed are not found,
> the documentation build finishes silently.
>
> Save Meson some effort by setting both options to 'false'.
>
> Signed-off-by: Andreas Ziegler <br025@umbiko.net>
Applied to 2026.02.x & 2025.02.x. Thanks
> ---
> package/mpd/mpd.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
> index 3df6276a11..c8107be128 100644
> --- a/package/mpd/mpd.mk
> +++ b/package/mpd/mpd.mk
> @@ -19,6 +19,8 @@ MPD_SELINUX_MODULES = mpd
> MPD_CONF_OPTS = \
> -Daudiofile=disabled \
> -Ddocumentation=disabled \
> + -Dhtml_manual=false \
> + -Dmanpages=false \
> -Dmpcdec=disabled \
> -Dopenmpt=disabled \
> -Dpipewire=disabled \
> --
> 2.53.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-03-27 10:02 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 ` [Buildroot] [PATCH 1/3] package/mpd: enforce tcp for options using http Andreas Ziegler
2026-03-21 22:10 ` 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 [this message]
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=20260327100240.46313-1-thomas.perale@mind.be \
--to=buildroot@buildroot.org \
--cc=br025@umbiko.net \
--cc=thomas.perale@mind.be \
/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