diff mbox series

[3/5] xorg-lib-common: disable documentation generation

Message ID 20260722154247.2987545-3-ross.burton@arm.com
State Under Review
Headers show
Series [1/5] site: remove obsolete xorg_cv_malloc0_returns_null | expand

Commit Message

Ross Burton July 22, 2026, 3:42 p.m. UTC
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>
---
 meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index 9584a805707..25697e8471b 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -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"