Add a couple missing dependencies to xdmcp and fixesext (part of the freedesktop...
authorChris Larson <clarson@kergoth.com>
Mon, 17 Nov 2003 23:11:34 +0000 (23:11 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 17 Nov 2003 23:11:34 +0000 (23:11 +0000)
BKrev: 3fb955a6ozHyDUHC3ZgJJ01GF_Cc2w

fixesext/fixesext-cvs.oe
xdmcp/xdmcp-cvs.oe

index e69de29..32e76d7 100644 (file)
@@ -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}
+
+}
index e69de29..e3611a9 100644 (file)
@@ -0,0 +1,16 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+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}
+
+}