diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-20 04:57:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-20 04:57:43 +0000 |
commit | faa5746ad9a3c9cc9dd6f662c4ee8aa8ddecf9aa (patch) | |
tree | fa1696460fa0a27f8c778b10141f102f005d816b /libxrender | |
parent | 15cb4ac78b996aca373338b1da7a94174e312b28 (diff) |
Unbork libxrender build when using automake 1.9.x.
BKrev: 419ecec77Xm0vR3ACvXq_RW4-olfCA
Diffstat (limited to 'libxrender')
-rw-r--r-- | libxrender/files/autofoo.patch | 0 | ||||
-rw-r--r-- | libxrender/libxrender_0.8.4.oe | 18 | ||||
-rw-r--r-- | libxrender/libxrender_cvs.oe | 19 |
3 files changed, 37 insertions, 0 deletions
diff --git a/libxrender/files/autofoo.patch b/libxrender/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libxrender/files/autofoo.patch diff --git a/libxrender/libxrender_0.8.4.oe b/libxrender/libxrender_0.8.4.oe index e69de29bb2..176859a6a2 100644 --- a/libxrender/libxrender_0.8.4.oe +++ b/libxrender/libxrender_0.8.4.oe @@ -0,0 +1,18 @@ +SECTION = "libs" +DEPENDS = "renderext x11" +DESCRIPTION = "X Render extension library." +PR = "r1" + +SRC_URI = "${XLIBS_MIRROR}/libXrender-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/libXrender-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/libxrender/libxrender_cvs.oe b/libxrender/libxrender_cvs.oe index e69de29bb2..17a378de36 100644 --- a/libxrender/libxrender_cvs.oe +++ b/libxrender/libxrender_cvs.oe @@ -0,0 +1,19 @@ +PV = "0.0cvs${CVSDATE}" +PR = "r1" +SECTION = "libs" +DEPENDS = "renderext x11" +DESCRIPTION = "X Render extension library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrender \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/Xrender" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} |