xkbcomp: added 1.0.5 required by xkeyboard-config

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5210 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-09-22 13:59:11 +00:00
parent af096d29bb
commit ad239c215b
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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

View File

@@ -0,0 +1,5 @@
require xorg-app-common.inc
DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
DEPENDS += " virtual/libx11 libxkbfile"