From e9b171e0738c2acef0650328b7f2e1ae7cdc55cc Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 21 Nov 2003 18:27:14 +0000 Subject: Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations. BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg --- randr/randr-cvs.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'randr') diff --git a/randr/randr-cvs.oe b/randr/randr-cvs.oe index e69de29bb2..7281ee71b8 100644 --- a/randr/randr-cvs.oe +++ b/randr/randr-cvs.oe @@ -0,0 +1,19 @@ +SECTION="libs" +PRIORITY="optional" +MAINTAINER="Greg Gilbert " +RDEPENDS="libc6" +DEPENDS=virtual/libc + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Randr +S=${WORKDIR}/Randr + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +} -- cgit v1.2.3