diff options
Diffstat (limited to 'xfixes/xfixes-cvs.oe')
-rw-r--r-- | xfixes/xfixes-cvs.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xfixes/xfixes-cvs.oe b/xfixes/xfixes-cvs.oe index 37d7e23808..19e1eab4f6 100644 --- a/xfixes/xfixes-cvs.oe +++ b/xfixes/xfixes-cvs.oe @@ -1,10 +1,10 @@ -PV="0.0cvs${DATE}" -SECTION="libs" -DEPENDS=virtual/libc x11-cvs fixesext-cvs -PROVIDES=xfixes +PV = "0.0cvs${DATE}" +SECTION = "libs" +DEPENDS = "virtual/libc x11-cvs fixesext-cvs" +PROVIDES = "xfixes" SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes -S=${WORKDIR}/Xfixes +S = "${WORKDIR}/Xfixes" inherit autotools pkgconfig libtool |