aboutsummaryrefslogtreecommitdiffstats
path: root/fixesext
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-17 23:11:34 +0000
committerChris Larson <clarson@kergoth.com>2003-11-17 23:11:34 +0000
commit712d1e03c062a9be0398bed53b8239a93b7fe1e4 (patch)
treee8997174be3043dfa8fd606357aa00c515723f77 /fixesext
parent44a5a5aabf3439fecdecd132c58c206972997dbd (diff)
downloadopenembedded-712d1e03c062a9be0398bed53b8239a93b7fe1e4.tar.gz
Add a couple missing dependencies to xdmcp and fixesext (part of the freedesktop.org autotools X packages)
BKrev: 3fb955a6ozHyDUHC3ZgJJ01GF_Cc2w
Diffstat (limited to 'fixesext')
-rw-r--r--fixesext/fixesext-cvs.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/fixesext/fixesext-cvs.oe b/fixesext/fixesext-cvs.oe
index e69de29bb2..32e76d7104 100644
--- a/fixesext/fixesext-cvs.oe
+++ b/fixesext/fixesext-cvs.oe
@@ -0,0 +1,15 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc xextensions
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=FixesExt
+S=${WORKDIR}/FixesExt
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+
+}