ext-session-lock-v1: new protocol implementation

This implements the new ext-session-lock-v1 protocol [1].

[1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/131
This commit is contained in:
Isaac Freund 2021-12-27 05:49:03 +00:00
parent 1e3662ce57
commit 9de992b9fe
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11
4 changed files with 558 additions and 1 deletions

View file

@ -1,5 +1,5 @@
wayland_protos = dependency('wayland-protocols',
version: '>=1.24',
version: '>=1.25',
fallback: 'wayland-protocols',
default_options: ['tests=false'],
)
@ -20,6 +20,7 @@ protocols = {
# Staging upstream protocols
'xdg-activation-v1': wl_protocol_dir / 'staging/xdg-activation/xdg-activation-v1.xml',
'drm-lease-v1': wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml',
'ext-session-lock-v1': wl_protocol_dir / 'staging/ext-session-lock/ext-session-lock-v1.xml',
# Unstable upstream protocols
'fullscreen-shell-unstable-v1': wl_protocol_dir / 'unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml',