blob: 5b221d9b369c2a9c86457a4e2e98af719e19846e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PV = "0.0+cvs${SRCDATE}"
LICENSE = "MIT-X"
SECTION = "x11/libs"
DEPENDS = "xproto x11 xextensions"
DESCRIPTION = "X Input extension library."
PR = "r1"
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xi \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/Xi"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|