From e9e83232583886db8881345c51ada729966138bf Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 30 Nov 2003 02:26:22 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into direwolf.ppp.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages 2003/11/29 20:25:42-06:00 ti.com!kergoth Depends fixes in evas, x11-cvs, and epeg. BKrev: 3fc9554e5H-aGbQ7R0BkgrHNSqX2Ag --- x11/x11-cvs.oe | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe index 9e14230f99..8d7fa3c007 100644 --- a/x11/x11-cvs.oe +++ b/x11/x11-cvs.oe @@ -2,13 +2,22 @@ SECTION="libs" PRIORITY="optional" MAINTAINER="Greg Gilbert " RDEPENDS="libc6" -DEPENDS=virtual/libc xproto-cvs xextentions-cvs xau-cvs xtrans-cvs xdmcp-cvs +DEPENDS=virtual/libc xproto-cvs xextensions-cvs xau-cvs xtrans-cvs xdmcp-cvs SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11 S=${WORKDIR}/X11 inherit autotools pkgconfig libtool +do_compile() { + ( + unset CC LD CXX CCLD +# unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS + oe_runmake -C src/util 'CFLAGS=' 'LDFLAGS=' 'CXXFLAGS=' 'CPPFLAGS=' makekeys + ) + oe_runmake +} + do_stage() { install -c -m 644 X11/XKBlib.h ${STAGING_DIR}/target/include/X11/XKBlib.h -- cgit v1.2.3