diff options
Diffstat (limited to 'xcomposite/xcomposite-cvs.oe')
-rw-r--r-- | xcomposite/xcomposite-cvs.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xcomposite/xcomposite-cvs.oe b/xcomposite/xcomposite-cvs.oe index e69de29bb2..2c37693088 100644 --- a/xcomposite/xcomposite-cvs.oe +++ b/xcomposite/xcomposite-cvs.oe @@ -0,0 +1,17 @@ +SECTION="libs" +DEPENDS=virtual/libc x11-cvs compositeext-cvs xextensions-cvs fixesext-cvs xfixes-cvs +PROVIDES=xcomposite + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite +S=${WORKDIR}/Xcomposite + +inherit autotools pkgconfig libtool + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +} |