From bf468e72ea7515f1cc7781b987659d2c8bad2980 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 17 Dec 2003 23:34:44 +0000 Subject: [PATCH] Add xextensions-cvs to xres DEPENDS, and add Xfixes fd.o build. BKrev: 3fe0e814I56pYzXGQIvzhI49gP2uQw --- xfixes/xfixes-cvs.oe | 0 xres/xres-cvs.oe | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 xfixes/xfixes-cvs.oe diff --git a/xfixes/xfixes-cvs.oe b/xfixes/xfixes-cvs.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/xres/xres-cvs.oe b/xres/xres-cvs.oe index e69de29bb2..b08d794d1d 100644 --- a/xres/xres-cvs.oe +++ b/xres/xres-cvs.oe @@ -0,0 +1,17 @@ +SECTION="libs" +MAINTAINER="Greg Gilbert " +DEPENDS=virtual/libc x11-cvs xextensions-cvs xext-cvs resourceext-cvs + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XRes +S=${WORKDIR}/XRes + +inherit autotools pkgconfig libtool + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +} -- 2.39.5