From 852aebbf8724697ea502d34f28f1f683120234ec Mon Sep 17 00:00:00 2001 From: Andreas Ziegler Date: Sat, 14 Mar 2026 07:18:34 +0100 Subject: [PATCH] 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 Signed-off-by: Julien Olivain (cherry picked from commit e7e2050d54b9059ecc205e580b11e1fd38521dcc) Signed-off-by: Thomas Perale --- package/mpd/mpd.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk index 2a35157741..756b6c847a 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 \ -Dopenmpt=disabled \ -Dpipewire=disabled \ -Dsnapcast=false