Add xextensions-cvs to xres DEPENDS, and add Xfixes fd.o build.
authorChris Larson <clarson@kergoth.com>
Wed, 17 Dec 2003 23:34:44 +0000 (23:34 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 17 Dec 2003 23:34:44 +0000 (23:34 +0000)
BKrev: 3fe0e814I56pYzXGQIvzhI49gP2uQw

xfixes/xfixes-cvs.oe [new file with mode: 0644]
xres/xres-cvs.oe

diff --git a/xfixes/xfixes-cvs.oe b/xfixes/xfixes-cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..b08d794 100644 (file)
@@ -0,0 +1,17 @@
+SECTION="libs"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+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=
+}