alpha-modifier-v1: new protocol implementation

References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/287
This commit is contained in:
Simon Ser 2024-03-18 17:30:42 +01:00
parent 8abd43803b
commit 563f100627
4 changed files with 221 additions and 1 deletions

View file

@ -1,5 +1,5 @@
wayland_protos = dependency('wayland-protocols',
version: '>=1.33',
version: '>=1.35',
fallback: 'wayland-protocols',
default_options: ['tests=false'],
)
@ -19,6 +19,7 @@ protocols = {
'xdg-shell': wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',
# Staging upstream protocols
'alpha-modifier-v1': wl_protocol_dir / 'staging/alpha-modifier/alpha-modifier-v1.xml',
'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',