summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-06-12 14:34:50 -0500
committerDudemanguy <random342@airmail.cc>2023-06-16 14:46:59 +0000
commitca08bf599fce2c73824a74d35f9618dcb2410bbe (patch)
tree30552d23f42e4ba824505a3184caed7844ad07d7 /wscript
parent45e2ca5411a88889d74cc514c1d51b4d1768864e (diff)
downloadmpv-ca08bf599fce2c73824a74d35f9618dcb2410bbe.tar.bz2
mpv-ca08bf599fce2c73824a74d35f9618dcb2410bbe.tar.xz
wayland: bump wayland-protocols to 1.25
1.27 would have been nicer but ubuntu 22.04 is on 1.25 so we'll just compromise.
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index adc64f1535..22032bcd65 100644
--- a/wscript
+++ b/wscript
@@ -545,11 +545,6 @@ video_output_features = [
'wayland-cursor', '>= 1.20.0',
'xkbcommon', '>= 0.3.0'),
} , {
- 'name': 'wayland-protocols-1-24',
- 'desc': 'wayland-protocols version 1.24+',
- 'deps': 'wayland',
- 'func': check_pkg_config('wayland-protocols >= 1.24'),
- } , {
'name': 'wayland-protocols-1-27',
'desc': 'wayland-protocols version 1.27+',
'deps': 'wayland',