From: Chris Larson Date: Mon, 17 Nov 2003 23:11:34 +0000 (+0000) Subject: Add a couple missing dependencies to xdmcp and fixesext (part of the freedesktop... X-Git-Tag: Release-2010-05/1~20559 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712d1e03c062a9be0398bed53b8239a93b7fe1e4;p=openembedded.git Add a couple missing dependencies to xdmcp and fixesext (part of the freedesktop.org autotools X packages) BKrev: 3fb955a6ozHyDUHC3ZgJJ01GF_Cc2w --- 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 " +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} + +} diff --git a/xdmcp/xdmcp-cvs.oe b/xdmcp/xdmcp-cvs.oe index e69de29bb2..e3611a9277 100644 --- a/xdmcp/xdmcp-cvs.oe +++ b/xdmcp/xdmcp-cvs.oe @@ -0,0 +1,16 @@ +SECTION="libs" +PRIORITY="optional" +MAINTAINER="Greg Gilbert " +RDEPENDS="libc6" +DEPENDS=virtual/libc xproto + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp +S=${WORKDIR}/Xdmcp + +inherit autotools pkgconfig + + +do_stage() { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} + +}