Files
poky/meta/recipes-graphics/xorg-lib/libxi_git.bb
Yu Ke 61018fda65 poky-default-revisions: move the SRCREV to recipe file
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>
2011-05-04 15:06:36 +01:00

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"