mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01: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:
11
meta/packages/xorg-app/xkbcomp-native_1.0.5.bb
Normal file
11
meta/packages/xorg-app/xkbcomp-native_1.0.5.bb
Normal 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
|
||||
5
meta/packages/xorg-app/xkbcomp_1.0.5.bb
Normal file
5
meta/packages/xorg-app/xkbcomp_1.0.5.bb
Normal 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"
|
||||
Reference in New Issue
Block a user