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>
This commit is contained in:
Andreas Ziegler
2026-03-14 07:18:34 +01:00
committed by Julien Olivain
parent ee324c5bab
commit e7e2050d54

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 \