Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / xcomposite / xcomposite_1.0.1.oe
1 SECTION = "x11/libs"
2 DEPENDS = "x11 compositeext xextensions libxfixes"
3 DESCRIPTION = "X Composite extension library."
4
5 SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2"
6 S = "${WORKDIR}/libXcomposite-${PV}"
7
8 inherit autotools pkgconfig 
9
10 do_stage() {
11         oe_runmake install prefix=${STAGING_DIR} \
12                bindir=${STAGING_BINDIR} \
13                includedir=${STAGING_INCDIR} \
14                libdir=${STAGING_LIBDIR} \
15                datadir=${STAGING_DATADIR}
16 }