summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xlibs/libxcomposite_cvs.bb
blob: 1d8b69c8c6c650ef5dea3967bdadccc21ec24966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PV = "0.0+cvs${SRCDATE}"
LICENSE= "BSD-X"
SECTION = "x11/libs"
DEPENDS = "libx11 compositeext xextensions libxfixes"
PROVIDES = "xcomposite"
DESCRIPTION = "X Composite extension library."

SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xcomposite"
S = "${WORKDIR}/Xcomposite"

inherit autotools pkgconfig 

do_stage() {
	autotools_stage_all
}