From 44bfe3b14acf80abbdf9d0280de2fc6f9c7cad6b Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Sun, 2 Feb 2014 08:46:13 +0100 Subject: wayland: change minimum version Change minimum version to 1.3 and remove the version checking in the source code. --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 0864977056..479cc6ec73 100644 --- a/wscript +++ b/wscript @@ -506,8 +506,8 @@ video_output_features = [ } , { 'name': '--wayland', 'desc': 'Wayland', - 'func': check_pkg_config('wayland-client', '>= 1.2.0', - 'wayland-cursor', '>= 1.2.0', + 'func': check_pkg_config('wayland-client', '>= 1.3.0', + 'wayland-cursor', '>= 1.3.0', 'xkbcommon', '>= 0.3.0'), } , { 'name': '--x11', -- cgit v1.2.3