mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Julien Olivain
parent
ee324c5bab
commit
e7e2050d54
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user