diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-31 00:39:41 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-31 00:39:41 +0000 |
commit | 2870070b5d78f1a39f60ea135e8d5160d2fee247 (patch) | |
tree | 232982361f802b12b13198e1086bb9491af5345a /packages/xkeyboard-config | |
parent | 4eca825f58b1883dd5b8826b74b34b35c8b58da2 (diff) |
xkeyboard-config: initial commit with version 1.3. Based on work provided by Otavio. Partly closes 4340.
Diffstat (limited to 'packages/xkeyboard-config')
-rw-r--r-- | packages/xkeyboard-config/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/xkeyboard-config/xkeyboard-config_1.3.bb | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/xkeyboard-config/.mtn2git_empty b/packages/xkeyboard-config/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/xkeyboard-config/.mtn2git_empty diff --git a/packages/xkeyboard-config/xkeyboard-config_1.3.bb b/packages/xkeyboard-config/xkeyboard-config_1.3.bb new file mode 100644 index 0000000000..f69e63c824 --- /dev/null +++ b/packages/xkeyboard-config/xkeyboard-config_1.3.bb @@ -0,0 +1,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 +} |