aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xkeyboard-config/xkeyboard-config_git.bb
blob: 5fc0a77a7a214cc3ce73ab23b58868f09564e14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Common X11 Keyboard layouts"
LICENSE = "MIT"
DEPENDS = "intltool xkbcomp-native"
RDEPENDS_${PN} = "xkbcomp"
SRCREV = "547ae8589afb208d7b44ffe1e0ff7aba466c2ee3"
PV = "2.0+gitr${SRCPV}"
PR = "r0"

DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_shr = "1"

SRC_URI = "git://anongit.freedesktop.org/xkeyboard-config;protocol=git;branch=master"

S = "${WORKDIR}/git"

inherit autotools

do_install_append () {
    install -d ${D}/usr/share/X11/xkb/compiled
    cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
}

FILES_${PN} += "${datadir}/X11/xkb"