diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-22 13:59:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-22 13:59:21 +0000 |
commit | f77a127cc936b7ba83f6567f7b3c600ce97825d8 (patch) | |
tree | a607ce714178420ea32bf3e8b2dd5fcafe467de8 /meta/packages/xkeyboard-config | |
parent | ad239c215b4bb91d61f0e20240f0fc30a77c3eca (diff) | |
download | poky-f77a127cc936b7ba83f6567f7b3c600ce97825d8.tar.gz |
xkeyboard-config: add keymaps for X11
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5211 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xkeyboard-config')
-rw-r--r-- | meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb b/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb new file mode 100644 index 0000000000..c3bc53f9a5 --- /dev/null +++ b/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "Common X11 Keyboard layouts" | ||
2 | LICENSE = "MIT" | ||
3 | DEPENDS = "intltool xkbcomp-native" | ||
4 | RDEPENDS = "xkbcomp" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | do_stage() { | ||
12 | autotools_stage_all | ||
13 | } | ||
14 | |||
15 | do_install_append () { | ||
16 | install -d ${D}/usr/share/X11/xkb/compiled | ||
17 | } | ||
18 | |||
19 | FILES_${PN} += "${datadir}/X11/xkb" | ||