summaryrefslogtreecommitdiff
path: root/recipes/xorg-app/xkbcomp-native_1.1.1.bb
blob: 9f929f78cbdaee0eb04b468e1cc4fbf4949e4499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require xorg-app-common.inc
DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."

S="${WORKDIR}/xkbcomp-${PV}"

DEPENDS = "libx11-native libxkbfile-native"

SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"

inherit native

SRC_URI[md5sum] = "38c387bacdc01038c8ac280588792bcf"
SRC_URI[sha256sum] = "9775bcfd43d9ffa41e2865e5b2c933f419bf983d7a529b3103656c76fd82e663"
PR = "${INC_PR}.0"