blob: bb340653b902ac5b2b86731a0352c70005c2a3e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PV = "0.0cvs${CVSDATE}"
LICENSE = "MIT-X"
SECTION = "x11/libs"
DEPENDS = "xproto x11 xextensions"
DESCRIPTION = "X Input extension library."
PR = "r1"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xi \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/Xi"
inherit autotools pkgconfig
|