summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-09-19 17:40:26 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-09-19 17:40:26 +0200
commitb99c67f9bbe387444445def6db166c12fa34ca85 (patch)
tree8c35d4ea201b6cc02023c6c2026b25fc8b4343a1 /wscript
parent29467736cf3e8c7ec9a3eb30397a3b7d07e432db (diff)
downloadmpv-b99c67f9bbe387444445def6db166c12fa34ca85.tar.bz2
mpv-b99c67f9bbe387444445def6db166c12fa34ca85.tar.xz
build: update minimum wayland version
Uh oh.
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',