| Message ID | 20260218120141.100083-1-f_l_k@t-online.de |
|---|---|
| State | Under Review |
| Headers | show |
| Series | xinput: allow native build | expand |
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"
This is required to build x11 support for libsdl3-native Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta/recipes-graphics/xorg-app/xinput_1.6.4.bb | 2 ++ 1 file changed, 2 insertions(+)