blob: fd31b5dbffc8cca643d0d9148ea892bad2ec3d1d (
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 = "virtual/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
}
|