diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-16 19:41:46 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-16 19:41:46 +0000 |
commit | f66ae0951b080dabcab3f3c37b33440780da6d54 (patch) | |
tree | 9b914f5583d81beb6a7f56fb5f554e1ccb5d164a /xdamage | |
parent | bc9748627ab467756edb6693be3ea6f00de88a82 (diff) |
BUGFIX: add m4 file(s) to fix the xdamage build.
BKrev: 40083e7aPI7sem2V76RlmluK9ig7oA
Diffstat (limited to 'xdamage')
-rw-r--r-- | xdamage/xdamage-cvs.oe | 18 | ||||
-rw-r--r-- | xdamage/xdamage-cvs/m4.patch | 0 |
2 files changed, 18 insertions, 0 deletions
diff --git a/xdamage/xdamage-cvs.oe b/xdamage/xdamage-cvs.oe index e69de29bb2..79b1271817 100644 --- a/xdamage/xdamage-cvs.oe +++ b/xdamage/xdamage-cvs.oe @@ -0,0 +1,18 @@ +SECTION="libs" +#DEPENDS=virtual/libc x11-cvs damageext-cvs xextensions-cvs fixesext-cvs xfixes-cvs +DEPENDS=virtual/libc x11-cvs damageext-cvs xfixes-cvs xproto-cvs + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdamage \ + file://${FILESDIR}/m4.patch;patch=1 +S=${WORKDIR}/Xdamage + +inherit autotools pkgconfig libtool + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +} diff --git a/xdamage/xdamage-cvs/m4.patch b/xdamage/xdamage-cvs/m4.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xdamage/xdamage-cvs/m4.patch |