blob: c2ec718cd691f613cd48405a331ac4c29261fd98 (
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 = "${FREEDESKTOP_CVS}/xlibs;module=Xcomposite"
S = "${WORKDIR}/Xcomposite"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|