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 <[email protected]> --- meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241701): https://lists.openembedded.org/g/openembedded-core/message/241701 Mute This Topic: https://lists.openembedded.org/mt/120396149/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
