mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-24 18:25:59 +01: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 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue