blob: ab7287323479eac876a612ec82614da416426ece (
plain)
1
2
3
4
5
6
7
8
9
10
|
PV = "0.0cvs${CVSDATE}"
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
|