Files
poky/openembedded/packages/libxi/libxi_6.0.1.bb
Richard Purdie 5fb35ca111 Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-02-10 14:33:55 +00:00

17 lines
306 B
BlitzBasic

DESCRIPTION = "X Input Extension library"
LICENSE = "MIT-X"
SECTION = "x11/libs"
DEPENDS = "xproto x11 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
}