mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5492 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
264 B
BlitzBasic
12 lines
264 B
BlitzBasic
require xorg-lib-common.inc
|
|
|
|
DESCRIPTION = "X11 Input extension library"
|
|
DEPENDS += "libxext inputproto"
|
|
PE = "1"
|
|
PV = "1.9.99.5+gitr${SRCREV}"
|
|
|
|
XORG_PN = "libXi"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git"
|
|
S = "${WORKDIR}/git"
|