mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
build: protocols: require wayland-protocols >= 1.32
The cursor-shape-v1 protocol was not available until this release.
This commit is contained in:
parent
f40e382fc6
commit
4d403dac32
@ -1,5 +1,5 @@
|
|||||||
wayland_protos = dependency('wayland-protocols',
|
wayland_protos = dependency('wayland-protocols',
|
||||||
version: '>=1.25',
|
version: '>=1.32',
|
||||||
fallback: 'wayland-protocols',
|
fallback: 'wayland-protocols',
|
||||||
default_options: ['tests=false'],
|
default_options: ['tests=false'],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user