From: Michael Lauer Date: Sun, 7 Mar 2004 15:02:39 +0000 (+0000) Subject: fix xext-cvs. GTK+ now builds nicely. X-Git-Tag: Release-2010-05/1~19993 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3740d023306e25504ae6962e04ac981e46e78c8;p=openembedded.git fix xext-cvs. GTK+ now builds nicely. BKrev: 404b398f10E2NqU0fMNFEdMzsBlxGQ --- diff --git a/xext/xext-cvs.oe b/xext/xext-cvs.oe index e69de29bb2..d75a1c998e 100644 --- a/xext/xext-cvs.oe +++ b/xext/xext-cvs.oe @@ -0,0 +1,19 @@ +DESCRIPTION=X Server Extension library +SECTION=libs +PRIORITY=optional +DEPENDS=virtual/libc xproto-cvs x11-cvs xextensions-cvs +PROVIDES=xext + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext +S=${WORKDIR}/Xext + +inherit autotools pkgconfig libtool + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +}