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. --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') 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