diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-18 00:38:26 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-18 00:38:26 +0000 |
commit | cecbfb0f6e9af64fcb8a9c8efa176299204000c5 (patch) | |
tree | 8edf66ef856b5f8ac1d8a87569d7e3c50b9e9097 /compositeext | |
parent | b193ee031b2db7f4955c7b67b16e583503390d83 (diff) |
Add missing xextensions dependency to compositeext and resourceext.
BKrev: 3fe0f702TPm-feuzYKae3KGizuyBdw
Diffstat (limited to 'compositeext')
-rw-r--r-- | compositeext/compositeext-cvs.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/compositeext/compositeext-cvs.oe b/compositeext/compositeext-cvs.oe index e69de29bb2..8d127c3f70 100644 --- a/compositeext/compositeext-cvs.oe +++ b/compositeext/compositeext-cvs.oe @@ -0,0 +1,17 @@ +SECTION="libs" +MAINTAINER="Greg Gilbert <greg@treke.net>" +DEPENDS=xextensions-cvs + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=CompositeExt +S=${WORKDIR}/CompositeExt + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +} |