summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
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',