blob: d4e47056e7d33b23d9468fd6b8bcd1bf333fef55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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"
|