]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
xorg-lib-common: disable documentation generation
authorRoss Burton <ross.burton@arm.com>
Wed, 22 Jul 2026 15:42:45 +0000 (16:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jul 2026 10:27:20 +0000 (11:27 +0100)
The X.org libraries have a number of different ways of building documentation,
instead of disabling them individually just disable all documentation.

This doesn't change the output, as we were disabling everything anyway.

This simplifies the autoconf options, making things neater when we allow
builds with meson.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/xorg-lib-common.inc

index 9584a805707512a565c8cb73f9c35e83ea43b524..25697e8471b9f0a253181cc92eebbb80ec0aa34c 100644 (file)
@@ -14,13 +14,8 @@ S = "${UNPACKDIR}/${XORG_PN}-${PV}"
 
 inherit autotools features_check pkgconfig
 
-EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
+EXTRA_OECONF = "--disable-docs --disable-specs"
 
-PACKAGECONFIG ??= ""
-PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
-
-UNKNOWN_CONFIGURE_OPT_IGNORE += "--disable-specs --without-groff --without-ps2pdf --without-fop \
-                                --without-xmlto --with-xmlto \
-"
+UNKNOWN_CONFIGURE_OPT_IGNORE += "--disable-docs --disable-specs"
 
 REQUIRED_DISTRO_FEATURES ?= "x11"