diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-30 02:26:22 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-30 02:26:22 +0000 |
commit | e9e83232583886db8881345c51ada729966138bf (patch) | |
tree | 1cd5a8c53a5e283663a1873246f0aff23a38019a /x11/x11-cvs.oe | |
parent | ffd74681cdcbb7ed936745cb77a031af7cded8d9 (diff) |
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
Diffstat (limited to 'x11/x11-cvs.oe')
-rw-r--r-- | x11/x11-cvs.oe | 11 |
1 files changed, 10 insertions, 1 deletions
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 <greg@treke.net>" 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 |