From f3740d023306e25504ae6962e04ac981e46e78c8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 7 Mar 2004 15:02:39 +0000 Subject: fix xext-cvs. GTK+ now builds nicely. BKrev: 404b398f10E2NqU0fMNFEdMzsBlxGQ --- xext/xext-cvs.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'xext') 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= +} -- cgit v1.2.3