diff options
author | Fabio Pedretti <[email protected]> | 2013-08-12 13:48:04 +0200 |
---|---|---|
committer | Chad Versace <[email protected]> | 2013-08-27 08:40:40 -0700 |
commit | aa3905423e398e1ba36502ae91339d1303acf77f (patch) | |
tree | 20d2431b3ab00c7b5e6ddc74d99c52dfb0feaeda /configure.ac | |
parent | bd3909f265908e30ef0e569fab57e9a042750b3a (diff) |
configure.ac: Bump Wayland requirement to 1.2.0
Since 8d29b52 wayland 1.2.0 is required.
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e20a2289a69..b19ab189ed1 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` |