diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-20 04:09:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-20 04:09:43 +0000 |
commit | d3d37433467ee4194aa0ce45bfa439e092e692e7 (patch) | |
tree | 153f063c9d9cb0c90098345ea9dfc0cd25e1b811 /x11/x11_6.2.1.oe | |
parent | d4e2a57ef41584fd74dbb272f906650851afa7ae (diff) |
Unbork x11 build w/ automake 1.9.x.
BKrev: 419ec3876-Q6xcU9jbpr06p_4Pd20g
Diffstat (limited to 'x11/x11_6.2.1.oe')
-rw-r--r-- | x11/x11_6.2.1.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/x11_6.2.1.oe b/x11/x11_6.2.1.oe index f83baa8090..e8472d9cb7 100644 --- a/x11/x11_6.2.1.oe +++ b/x11/x11_6.2.1.oe @@ -5,8 +5,10 @@ DEPENDS = "xproto xextensions xau xtrans xdmcp" DESCRIPTION = "Base X libs." FILES_${PN}_append = " ${datadir}/X11" PROVIDES = "x11" +PR = "r1" -SRC_URI = "${XLIBS_MIRROR}/libX11-${PV}.tar.bz2" +SRC_URI = "${XLIBS_MIRROR}/libX11-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/libX11-${PV}" inherit autotools pkgconfig |