]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
xkeyboard-config: Extend to build native package
authorKhem Raj <raj.khem@gmail.com>
Sat, 3 Dec 2022 03:29:33 +0000 (19:29 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Dec 2022 15:23:13 +0000 (15:23 +0000)
Needed by gtk4

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-graphics/xorg-lib/xkeyboard-config_2.37.bb

index f3d9ac9221e1d2d6d9cc186141d5df0e66102e9a..f9322d4866b4cee13f1abcd62c3e26a0f84b5f61 100644 (file)
@@ -28,3 +28,5 @@ do_install:append () {
     install -d ${D}${datadir}/X11/xkb/compiled
     cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
 }
+
+BBCLASSEXTEND += "native"