diff options
Diffstat (limited to 'xau/xau_0.1.1.oe')
-rw-r--r-- | xau/xau_0.1.1.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xau/xau_0.1.1.oe b/xau/xau_0.1.1.oe index 33cfacd58c..c717e63aa9 100644 --- a/xau/xau_0.1.1.oe +++ b/xau/xau_0.1.1.oe @@ -3,8 +3,10 @@ PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto" DESCRIPTION = "Authorization Protocol for X." +PR = "r1" -SRC_URI = "${XLIBS_MIRROR}/libXau-${PV}.tar.bz2" +SRC_URI = "${XLIBS_MIRROR}/libXau-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/libXau-${PV}" inherit autotools pkgconfig |