aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxi_git.bb
blob: fac32365e1e68abaa4ea6b1db16c5aff7440b3ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
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"