|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
wayland_protos = dependency('wayland-protocols',
|
|
|
|
|
version: '>=1.32',
|
|
|
|
|
version: '>=1.33',
|
|
|
|
|
fallback: 'wayland-protocols',
|
|
|
|
|
default_options: ['tests=false'],
|
|
|
|
|
)
|
|
|
|
@ -13,6 +13,7 @@ wayland_scanner = find_program(
|
|
|
|
|
|
|
|
|
|
protocols = {
|
|
|
|
|
# Stable upstream protocols
|
|
|
|
|
'linux-dmabuf-v1': wl_protocol_dir / 'stable/linux-dmabuf/linux-dmabuf-v1.xml',
|
|
|
|
|
'presentation-time': wl_protocol_dir / 'stable/presentation-time/presentation-time.xml',
|
|
|
|
|
'viewporter': wl_protocol_dir / 'stable/viewporter/viewporter.xml',
|
|
|
|
|
'xdg-shell': wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',
|
|
|
|
@ -34,7 +35,6 @@ protocols = {
|
|
|
|
|
'fullscreen-shell-unstable-v1': wl_protocol_dir / 'unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml',
|
|
|
|
|
'idle-inhibit-unstable-v1': wl_protocol_dir / 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml',
|
|
|
|
|
'keyboard-shortcuts-inhibit-unstable-v1': wl_protocol_dir / 'unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml',
|
|
|
|
|
'linux-dmabuf-unstable-v1': wl_protocol_dir / 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml',
|
|
|
|
|
'pointer-constraints-unstable-v1': wl_protocol_dir / 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml',
|
|
|
|
|
'pointer-gestures-unstable-v1': wl_protocol_dir / 'unstable/pointer-gestures/pointer-gestures-unstable-v1.xml',
|
|
|
|
|
'primary-selection-unstable-v1': wl_protocol_dir / 'unstable/primary-selection/primary-selection-unstable-v1.xml',
|
|
|
|
|