summaryrefslogtreecommitdiff
path: root/xcomposite/xcomposite_1.0.1.oe
blob: dc2157b2ceedd2c6ad4222348d924eb19638791a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECTION = "x11/libs"
DEPENDS = "x11 compositeext xextensions libxfixes"
DESCRIPTION = "X Composite extension library."

SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2"
S = "${WORKDIR}/libXcomposite-${PV}"

inherit autotools pkgconfig 

do_stage() {
	oe_runmake install prefix=${STAGING_DIR} \
	       bindir=${STAGING_BINDIR} \
	       includedir=${STAGING_INCDIR} \
	       libdir=${STAGING_LIBDIR} \
	       datadir=${STAGING_DATADIR}
}