From: Ross Burton Date: Wed, 22 Jul 2026 15:42:45 +0000 (+0100) Subject: xorg-lib-common: disable documentation generation X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f082e3676265e41708cebc1dcffb0bd06fa9b871;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git xorg-lib-common: disable documentation generation 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 9584a80570..25697e8471 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"