diff options
-rw-r--r-- | fixesext/fixesext-cvs.oe | 15 | ||||
-rw-r--r-- | xdmcp/xdmcp-cvs.oe | 16 |
2 files changed, 31 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} + +} 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 <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} + +} |