blob: 5c44d06df3555c5444927f7d0532f86d7ee31ea6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "X Input Extension library"
LICENSE = "MIT-X"
SECTION = "x11/libs"
DEPENDS = "xproto libx11 xextensions"
PR = "r1"
SRC_URI = "${XLIBS_MIRROR}/libXi-${PV}.tar.bz2 \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/libXi-${PV}"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|