blob: bee31560e4e4e84f8cd8f8f1460d11752dc6505b (
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] = "2fbcae1323c266edf5b6c61751f2e343"
SRC_URI[sha256sum] = "0635bae5dae3c933ebba997475ae14fa213aee1f2ea8aaff2ca76c50f8aec716"
PR = "${INC_PR}.0"
|