From: Markus Volk Date: Wed, 18 Feb 2026 12:01:41 +0000 (+0100) Subject: xinput: allow native build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=432b81d150acd7d0666fe10cb85b6a5c28a3ef11;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xinput: allow native build This is required to build x11 support for libsdl3-native Signed-off-by: Markus Volk Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb index 1d406b848c..d70bad7850 100644 --- a/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb +++ b/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb @@ -10,3 +10,5 @@ DEPENDS += " libxi libxrandr libxinerama" SRC_URI_EXT = "xz" SRC_URI[sha256sum] = "ad04d00d656884d133110eeddc34e9c69e626ebebbbab04dc95791c2907057c8" + +BBCLASSEXTEND = "native nativesdk"