From f77a127cc936b7ba83f6567f7b3c600ce97825d8 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 22 Sep 2008 13:59:21 +0000 Subject: xkeyboard-config: add keymaps for X11 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5211 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../packages/xkeyboard-config/xkeyboard-config_1.3.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb (limited to 'meta/packages') 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 000000000..c3bc53f9a --- /dev/null +++ b/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb @@ -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" -- cgit v1.2.3