diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-07 15:02:39 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-07 15:02:39 +0000 |
commit | f3740d023306e25504ae6962e04ac981e46e78c8 (patch) | |
tree | aa8d95e16a5604dde5260f422b30d7b4a9cada6d /xext | |
parent | 7f2694091664640a1030e95b730277f2feede962 (diff) |
fix xext-cvs. GTK+ now builds nicely.
BKrev: 404b398f10E2NqU0fMNFEdMzsBlxGQ
Diffstat (limited to 'xext')
-rw-r--r-- | xext/xext-cvs.oe | 19 |
1 files changed, 19 insertions, 0 deletions
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= +} |