mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
xkeyboard-config: provide 'xorg' rules which are link to 'base' ones
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5212 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 Keyboard layouts"
|
||||
LICENSE = "MIT"
|
||||
DEPENDS = "intltool xkbcomp-native"
|
||||
RDEPENDS = "xkbcomp"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2"
|
||||
|
||||
@@ -14,6 +14,7 @@ do_stage() {
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}/usr/share/X11/xkb/compiled
|
||||
cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/X11/xkb"
|
||||
|
||||
Reference in New Issue
Block a user