Mesa (master): configure.ac: Bump Wayland requirement to 1.2.0

Chad Versace chadversary at kemper.freedesktop.org
Tue Aug 27 16:05:14 UTC 2013


Module: Mesa
Branch: master
Commit: aa3905423e398e1ba36502ae91339d1303acf77f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa3905423e398e1ba36502ae91339d1303acf77f

Author: Fabio Pedretti <fabio.ped at libero.it>
Date:   Mon Aug 12 13:48:04 2013 +0200

configure.ac: Bump Wayland requirement to 1.2.0

Since 8d29b52 wayland 1.2.0 is required.

Reviewed-by: Chad Versace <chad.versace at linux.intel.com>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e20a228..b19ab18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1444,7 +1444,7 @@ egl_platforms=`IFS=', '; echo $with_egl_platforms`
 for plat in $egl_platforms; do
 	case "$plat" in
 	wayland)
-		PKG_CHECK_MODULES([WAYLAND], [wayland-client >= 1.0.2 wayland-server >= 1.0.2])
+		PKG_CHECK_MODULES([WAYLAND], [wayland-client >= 1.2.0 wayland-server >= 1.2.0])
 		GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/wayland"
 
                 WAYLAND_PREFIX=`$PKG_CONFIG --variable=prefix wayland-client`




More information about the mesa-commit mailing list