mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5210 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
327 B
BlitzBasic
12 lines
327 B
BlitzBasic
DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
|
|
|
|
SECTION = "x11/applications"
|
|
LICENSE = "MIT-X"
|
|
S="${WORKDIR}/xkbcomp-${PV}"
|
|
|
|
DEPENDS = "libx11-native libxkbfile-native"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"
|
|
|
|
inherit native autotools pkgconfig
|