package/mpd: disable build of manuals

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>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit e7e2050d54)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Andreas Ziegler
2026-03-14 07:18:34 +01:00
committed by Thomas Perale
parent 557e7816c2
commit 4712caeeb6

View File

@@ -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 \