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>
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"