diff options
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 |