Blame SOURCES/0005-configure-Track-updated-version-of-libxtrans.patch

70130e
From 4346239a5d9d34761885009ba65a4e3231a45182 Mon Sep 17 00:00:00 2001
70130e
From: Tiago Vignatti <tiago.vignatti@intel.com>
70130e
Date: Thu, 22 Nov 2012 20:22:56 -0200
70130e
Subject: [PATCH 05/39] configure: Track updated version of libxtrans
70130e
70130e
XWayland fails to initialize in some systems complaining about realloc
70130e
problems on libxtrans (when ListenOnOpenFD() is called). It got fixed in
70130e
libxtrans version 1.2.7, more specifically:
70130e
70130e
    commit 6086f6c1d0e0a1c9e590879acb2319dea0eb6e96
70130e
    Author: Robert Bragg <robert@linux.intel.com>
70130e
    Date:   Mon Dec 12 00:30:43 2011 +0000
70130e
70130e
Reported-by: nerdopolis, Prf_Jakob, spitzak among others at #wayland channel
70130e
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
70130e
---
70130e
 configure.ac | 2 +-
70130e
 1 file changed, 1 insertion(+), 1 deletion(-)
70130e
70130e
diff --git a/configure.ac b/configure.ac
70130e
index 6925df8..9fb014f 100644
70130e
--- a/configure.ac
70130e
+++ b/configure.ac
70130e
@@ -806,7 +806,7 @@ FIXESPROTO="fixesproto >= 5.0"
70130e
 DAMAGEPROTO="damageproto >= 1.1"
70130e
 XCMISCPROTO="xcmiscproto >= 1.2.0"
70130e
 BIGREQSPROTO="bigreqsproto >= 1.1.0"
70130e
-XTRANS="xtrans >= 1.2.2"
70130e
+XTRANS="xtrans >= 1.2.7"
70130e
 PRESENTPROTO="presentproto >= 1.0"
70130e
 
70130e
 dnl List of libraries that require a specific version
70130e
-- 
70130e
1.8.3.1
70130e