diff options
-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" | ||