[Buildroot] [git commit branch/2021.02.x] package/libdrm: fix man page disabling option

Peter Korsgaard peter at korsgaard.com
Mon Apr 26 07:07:24 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=283e4e52b9664dab24e6f98635d514dc31d4d895
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Commit 841c695468fa (libdrm: change to meson build system) converted the
autotools --disable-manpages to the neson -Dmanpages=false. However, the
actual option is 'man-pages':

    WARNING: Unknown options: "manpages"

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Reviewed-by: Peter Seiderer <ps.report at gmx.net>
[yann.morin.1998 at free.fr: tweak commit log as per Peter's review]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 56fd68b68892afadfa1e0eb25609b847cb655d31)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libdrm/libdrm.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index 25f8484782..8ccbd832d2 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -17,7 +17,7 @@ LIBDRM_DEPENDENCIES = \
 
 LIBDRM_CONF_OPTS = \
 	-Dcairo-tests=false \
-	-Dmanpages=false
+	-Dman-pages=false
 
 ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
 LIBDRM_DEPENDENCIES += libatomic_ops


More information about the buildroot mailing list