mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
xkeyboard-config: add keymaps for X11
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5211 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "Common X11 Keyboard layouts"
|
||||
LICENSE = "MIT"
|
||||
DEPENDS = "intltool xkbcomp-native"
|
||||
RDEPENDS = "xkbcomp"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}/usr/share/X11/xkb/compiled
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/X11/xkb"
|
||||
Reference in New Issue
Block a user