summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-06-12 14:19:29 -0500
committerDudemanguy <random342@airmail.cc>2023-06-16 14:46:59 +0000
commit45e2ca5411a88889d74cc514c1d51b4d1768864e (patch)
treef8643d7bdde523c4ea7fb61cbff48a4dd77633a0 /wscript
parentd16f971df5d31e64266f76f4c069ec1477892327 (diff)
downloadmpv-45e2ca5411a88889d74cc514c1d51b4d1768864e.tar.bz2
mpv-45e2ca5411a88889d74cc514c1d51b4d1768864e.tar.xz
wayland: bump required version to 1.20
This lets us remove some ifdefs.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index d98bfd1758..adc64f1535 100644
--- a/wscript
+++ b/wscript
@@ -541,8 +541,8 @@ video_output_features = [
'name': '--wayland',
'desc': 'Wayland',
'deps': 'wayland-protocols && wayland-scanner && linux-input-event-codes',
- 'func': check_pkg_config('wayland-client', '>= 1.15.0',
- 'wayland-cursor', '>= 1.15.0',
+ 'func': check_pkg_config('wayland-client', '>= 1.20.0',
+ 'wayland-cursor', '>= 1.20.0',
'xkbcommon', '>= 0.3.0'),
} , {
'name': 'wayland-protocols-1-24',