diff options
Diffstat (limited to 'x11')
-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 |