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

SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite"
S = "${WORKDIR}/Xcomposite"

inherit autotools pkgconfig 

do_stage() {
	autotools_stage_all
}