From: Ross Burton Date: Tue, 4 Aug 2026 17:11:42 +0000 (+0100) Subject: xmodmap: use meson to build X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80e85c2a7c50359f79dc068efd271fb0695d3f9c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git xmodmap: use meson to build Since 1.0.12 xmodmap 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/xmodmap_1.0.12.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.12.bb index 633c70ee04..309aed1581 100644 --- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.12.bb +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.12.bb @@ -15,3 +15,5 @@ PE = "1" SRC_URI[sha256sum] = "fc54b9b5bbf2ae58ba8f9d42bd051c41c7438377400c42c17d7496d19e1bb3ce" SRC_URI_EXT = "xz" + +XORGBUILDCLASS = "meson"