aboutsummaryrefslogtreecommitdiffstats
path: root/xproto
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-12-17 21:37:56 +0000
committerChris Larson <clarson@kergoth.com>2003-12-17 21:37:56 +0000
commit004cd99bce0f5585aa447dd52a78f2697e5555d8 (patch)
tree0a6c6e79a0a01953701aa12b6e28e6615fd0bf4d /xproto
parent151dcc2979e059f5726f9d261f74b617ed12ec4a (diff)
downloadopenembedded-004cd99bce0f5585aa447dd52a78f2697e5555d8.tar.gz
Remove unnecessary virtual/libc dependencies in the X header packages.
BKrev: 3fe0ccb4SXZn1PyYaq9ewgsuUSKBFQ
Diffstat (limited to 'xproto')
-rw-r--r--xproto/xproto-cvs.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/xproto/xproto-cvs.oe b/xproto/xproto-cvs.oe
index e69de29bb2..f10a889eff 100644
--- a/xproto/xproto-cvs.oe
+++ b/xproto/xproto-cvs.oe
@@ -0,0 +1,13 @@
+SECTION="libs"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto
+S=${WORKDIR}/Xproto
+
+inherit autotools pkgconfig
+
+
+do_stage() {
+ oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+
+}