diff options
author | Tiago Vignatti <tiago.vignatti@intel.com> | 2012-08-31 11:48:50 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@intel.com> | 2012-11-22 18:37:13 -0200 |
commit | 1fb990d688b61bc0b943760b6d690bd5decbf5b7 (patch) | |
tree | d284d32862ee4e654312994b4fa4f1ee8d945d63 | |
parent | c86eef388be6d1d89c0e890027ab8dac5c4322a0 (diff) |
configure: Track updated version of libxtrans
XWayland fails to initialize in some systems complaining about realloc
problems on libxtrans (when ListenOnOpenFD() is called). It got fixed in
libxtrans version 1.2.7, more specifically:
commit 6086f6c1d0e0a1c9e590879acb2319dea0eb6e96
Author: Robert Bragg <robert@linux.intel.com>
Date: Mon Dec 12 00:30:43 2011 +0000
Reported-by: nerdopolis, Prf_Jakob, spitzak among others at #wayland channel
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 23b9ede8d..b6b4c51eb 100644 --- a/configure.ac +++ b/configure.ac @@ -784,7 +784,7 @@ FIXESPROTO="fixesproto >= 5.0" DAMAGEPROTO="damageproto >= 1.1" XCMISCPROTO="xcmiscproto >= 1.2.0" BIGREQSPROTO="bigreqsproto >= 1.1.0" -XTRANS="xtrans >= 1.2.2" +XTRANS="xtrans >= 1.2.7" dnl List of libraries that require a specific version LIBAPPLEWM="applewm >= 1.4" |