Skip to content

Commit 4f32977

Browse files
committed
package/libdrm: fix meson build option spelling
The "manpages" option should be "man-pages", otherwise Meson will abort configuring the build due to the attempt of using an invalid option. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
1 parent b7573d7 commit 4f32977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/libdrm/libdrm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LIBDRM_DEPENDENCIES = \
1616

1717
LIBDRM_CONF_OPTS = \
1818
-Dcairo-tests=false \
19-
-Dmanpages=false
19+
-Dman-pages=false
2020

2121
ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
2222
LIBDRM_DEPENDENCIES += libatomic_ops

0 commit comments

Comments
 (0)