summaryrefslogtreecommitdiff
path: root/xextensions
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-21 18:27:14 +0000
committerChris Larson <clarson@kergoth.com>2003-11-21 18:27:14 +0000
commite9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch)
tree8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /xextensions
parentacea8d73cb0c72991690d488915e426bf7e46675 (diff)
Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations.
BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg
Diffstat (limited to 'xextensions')
-rw-r--r--xextensions/xextensions-cvs.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/xextensions/xextensions-cvs.oe b/xextensions/xextensions-cvs.oe
index e69de29bb2..dfbc2ac676 100644
--- a/xextensions/xextensions-cvs.oe
+++ b/xextensions/xextensions-cvs.oe
@@ -0,0 +1,19 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XExtensions
+S=${WORKDIR}/XExtensions
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
+}