aboutsummaryrefslogtreecommitdiffhomepage
path: root/protocols/meson.build
diff options
context:
space:
mode:
authorSean McGovern <[email protected]>2024-01-20 14:17:27 -0500
committerMihai Fufezan <[email protected]>2024-01-20 22:33:12 +0200
commit4d403dac3244aab217fb9bf17a68e9a009fcadd8 (patch)
tree32132ee41efda9277b6f3bbfc4af29e8f62c76bc /protocols/meson.build
parentf40e382fc6208d4fe2e53581ea27510cb62417dd (diff)
downloadHyprland-4d403dac3244aab217fb9bf17a68e9a009fcadd8.tar.gz
Hyprland-4d403dac3244aab217fb9bf17a68e9a009fcadd8.zip
build: protocols: require wayland-protocols >= 1.32
The cursor-shape-v1 protocol was not available until this release.
Diffstat (limited to 'protocols/meson.build')
-rw-r--r--protocols/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index cc111e98..857df50f 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -1,5 +1,5 @@
wayland_protos = dependency('wayland-protocols',
- version: '>=1.25',
+ version: '>=1.32',
fallback: 'wayland-protocols',
default_options: ['tests=false'],
)