summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-05-19 17:07:25 -0500
committerDudemanguy <random342@airmail.cc>2023-07-09 18:10:19 +0000
commit589da09e5a9f3bebf0fe3e81f191f988fd85ecc2 (patch)
treefd4e8b305588abb543248cb83344978b2511a010 /wscript
parentfc3e28f1e9be65e4c41812a84e86fbade7317847 (diff)
downloadmpv-589da09e5a9f3bebf0fe3e81f191f988fd85ecc2.tar.bz2
mpv-589da09e5a9f3bebf0fe3e81f191f988fd85ecc2.tar.xz
wayland: add cursor-shape-v1 support
This protocol no longer requires us to draw a separate cursor surface and all of that horrible stuff. We can just ask the compositor for the default cursor instead since that's literally all mpv cares about.
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/wscript b/wscript
index d6f34717dd..758a9469ff 100644
--- a/wscript
+++ b/wscript
@@ -559,6 +559,11 @@ video_output_features = [
'deps': 'wayland',
'func': check_pkg_config('wayland-protocols >= 1.31'),
} , {
+ 'name': 'wayland-protocols-1-32',
+ 'desc': 'wayland-protocols version 1.32+',
+ 'deps': 'wayland',
+ 'func': check_pkg_config('wayland-protocols >= 1.32'),
+ } , {
'name': 'memfd_create',
'desc': "Linux's memfd_create()",
'deps': 'wayland',