package/libdrm: fix man page disabling option
Commit 841c695468
(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@gmail.com>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
[yann.morin.1998@free.fr: tweak commit log as per Peter's review]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
6333d5d1dc
commit
56fd68b688
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user