From b99c67f9bbe387444445def6db166c12fa34ca85 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Fri, 19 Sep 2014 17:40:26 +0200 Subject: build: update minimum wayland version Uh oh. --- old-configure | 2 +- wscript | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/old-configure b/old-configure index d9f8c14790..c57305e409 100755 --- a/old-configure +++ b/old-configure @@ -585,7 +585,7 @@ _libquvi=no (test "$_libquvi9" = yes || test "$_libquvi4" = yes) && _libquvi=yes define_yes_no $_libquvi HAVE_LIBQUVI -_wlver="1.2.0" +_wlver="1.6.0" check_pkg_config "Wayland" $_wayland WAYLAND "wayland-client >= $_wlver wayland-cursor >= $_wlver xkbcommon >= 0.3.0" _wayland=$(defretval) diff --git a/wscript b/wscript index ccf594e32f..267a092b7d 100644 --- a/wscript +++ b/wscript @@ -545,8 +545,8 @@ video_output_features = [ } , { 'name': '--wayland', 'desc': 'Wayland', - 'func': check_pkg_config('wayland-client', '>= 1.3.0', - 'wayland-cursor', '>= 1.3.0', + 'func': check_pkg_config('wayland-client', '>= 1.6.0', + 'wayland-cursor', '>= 1.6.0', 'xkbcommon', '>= 0.3.0'), } , { 'name': '--x11', -- cgit v1.2.3