From: Ross Burton Date: Tue, 4 Aug 2026 17:11:43 +0000 (+0100) Subject: xvinfo: use meson to build X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00c4d8af66858e01a17753eb528c4cbbb3169222;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git xvinfo: use meson to build Since 1.1.6 xvinfo can use meson to build, so use it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb b/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb index 75f9b26a85..9b411dd767 100644 --- a/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb +++ b/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb @@ -12,3 +12,5 @@ PE = "1" SRC_URI_EXT = "xz" SRC_URI[sha256sum] = "a436945e6a4ab70590358eec2b85d26970f7de480d27e8a25af8fe8421e88ae2" + +XORGBUILDCLASS = "meson"