diff options
Diffstat (limited to 'compositeext/compositeext-cvs.oe')
-rw-r--r-- | compositeext/compositeext-cvs.oe | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/compositeext/compositeext-cvs.oe b/compositeext/compositeext-cvs.oe index a0e291da1a..4efd297b34 100644 --- a/compositeext/compositeext-cvs.oe +++ b/compositeext/compositeext-cvs.oe @@ -1,12 +1,12 @@ -PV="0.0cvs${CVSDATE}" -SECTION="libs" -MAINTAINER="Greg Gilbert <greg@treke.net>" -DEPENDS=xextensions-cvs fixesext -PROVIDES=compositeext -DESCRIPTION="X Composite extension headers and specification" +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "xextensions-cvs fixesext" +PROVIDES = "compositeext" +DESCRIPTION = "X Composite extension headers and specification" -SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=CompositeExt -S=${WORKDIR}/CompositeExt +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=CompositeExt" +S = "${WORKDIR}/CompositeExt" inherit autotools pkgconfig |