@@ -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"
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(-)