diff options
author | Simon Ser <contact@emersion.fr> | 2023-05-05 16:33:56 +0200 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2023-07-24 01:00:19 +0000 |
commit | 04e4e06986d1aad35d3ab097f3f473b799a576e2 (patch) | |
tree | 7120c130ac6f06c1e45776cd3ad056d0b9c9bfa5 /protocol/meson.build | |
parent | fd540f6d07169b78ab554ccbd83e77f88f8f26a6 (diff) |
cursor-shape-v1: new protocol implementation
References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/194
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 f4a91b94..3f37f326 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,5 +1,5 @@ wayland_protos = dependency('wayland-protocols', - version: '>=1.31', + version: '>=1.32', fallback: 'wayland-protocols', default_options: ['tests=false'], ) @@ -19,6 +19,7 @@ protocols = { # Staging upstream protocols 'content-type-v1': wl_protocol_dir / 'staging/content-type/content-type-v1.xml', + 'cursor-shape-v1': wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml', 'drm-lease-v1': wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml', 'ext-idle-notify-v1': wl_protocol_dir / 'staging/ext-idle-notify/ext-idle-notify-v1.xml', 'ext-session-lock-v1': wl_protocol_dir / 'staging/ext-session-lock/ext-session-lock-v1.xml', |