Add a variable XORGBUILDCLASS to control which builder class is used.
Defaults to autotools for no change, but this lets recipes switch to
Meson if they can.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
S = "${UNPACKDIR}/${XORG_PN}-${PV}"
-inherit autotools features_check pkgconfig
+XORGBUILDCLASS ??= "autotools"
+inherit_defer ${XORGBUILDCLASS}
-EXTRA_OECONF = "--disable-docs --disable-specs"
+inherit features_check pkgconfig
+EXTRA_OECONF = "--disable-docs --disable-specs"
UNKNOWN_CONFIGURE_OPT_IGNORE += "--disable-docs --disable-specs"
REQUIRED_DISTRO_FEATURES ?= "x11"