mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
xkeyboard-config: Extend to build native package
Needed by gtk4 (From OE-Core rev: bfbf71436751038c7e8a377469cc54d46d58986f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -28,3 +28,5 @@ do_install:append () {
|
|||||||
install -d ${D}${datadir}/X11/xkb/compiled
|
install -d ${D}${datadir}/X11/xkb/compiled
|
||||||
cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
|
cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user