diff options
Diffstat (limited to 'xfixes')
-rw-r--r-- | xfixes/xfixes-cvs.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xfixes/xfixes-cvs.oe b/xfixes/xfixes-cvs.oe index e69de29bb2..fc2b502098 100644 --- a/xfixes/xfixes-cvs.oe +++ b/xfixes/xfixes-cvs.oe @@ -0,0 +1,17 @@ +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 + +inherit autotools pkgconfig libtool + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +} |