blob: f69e63c824ba351c9239a14a01ab4230441f357b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Common X11 Keyboard layouts"
LICENSE = "MIT"
DEPENDS = "intltool xkbcomp-native"
RDEPENDS = "xkbcomp"
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
}
|