diff options
author | Isaac Freund <mail@isaacfreund.com> | 2021-12-27 05:49:03 +0000 |
---|---|---|
committer | Isaac Freund <mail@isaacfreund.com> | 2022-02-02 15:22:02 +0100 |
commit | 9de992b9fef35ac6ee733740ed0763f4f2a279c8 (patch) | |
tree | 34f282f3b39d863dc8db9723cc947b3bb1cd77b2 /protocol/meson.build | |
parent | 1e3662ce5769bb82e5893733c48423e10ae47b56 (diff) |
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
Diffstat (limited to 'protocol/meson.build')
-rw-r--r-- | protocol/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index ae2b2ef4..179c731d 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -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', |