From 4d403dac3244aab217fb9bf17a68e9a009fcadd8 Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Sat, 20 Jan 2024 14:17:27 -0500 Subject: [PATCH] build: protocols: require wayland-protocols >= 1.32 The cursor-shape-v1 protocol was not available until this release. --- protocols/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], )