mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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:
@@ -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
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user