mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
581 B
BlitzBasic
19 lines
581 B
BlitzBasic
require xorg-lib-common.inc
|
|
|
|
SUMMARY = "XI: X Input extension library"
|
|
|
|
DESCRIPTION = "libxi is an extension to the X11 protocol to support \
|
|
input devices other than the core X keyboard and pointer. It allows \
|
|
client programs to select input from these devices independently from \
|
|
each other and independently from the core devices."
|
|
|
|
DEPENDS += "libxext inputproto"
|
|
SRCREV = "d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e"
|
|
PE = "1"
|
|
PV = "1.2.99.5+gitr${SRCPV}"
|
|
|
|
XORG_PN = "libXi"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git"
|
|
S = "${WORKDIR}/git"
|