aboutsummaryrefslogtreecommitdiffstats
path: root/xres
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-12-17 23:34:44 +0000
committerChris Larson <clarson@kergoth.com>2003-12-17 23:34:44 +0000
commitbf468e72ea7515f1cc7781b987659d2c8bad2980 (patch)
tree6ca99d99dc7862301b93b0c137e8ce1c06c6de5c /xres
parent7beaa03b2fd8dfc46c86024b89721db591ab279d (diff)
downloadopenembedded-bf468e72ea7515f1cc7781b987659d2c8bad2980.tar.gz
Add xextensions-cvs to xres DEPENDS, and add Xfixes fd.o build.
BKrev: 3fe0e814I56pYzXGQIvzhI49gP2uQw
Diffstat (limited to 'xres')
-rw-r--r--xres/xres-cvs.oe17
1 files changed, 17 insertions, 0 deletions
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 <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=
+}