From 98692300f5de42f2cff874a17d4413107078ae4e Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 21 Nov 2023 17:11:19 +0100 Subject: [PATCH] build: Bump wayland-protocols requirement to 1.31 This is needed to support the "wp-fractional-scale-v1" protocol. Signed-off-by: Olivier Fourdan Reviewed-By: Kenny Levinsen Acked-by: Peter Hutterer Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0cfa50ce1..935e3b8b1 100644 --- a/meson.build +++ b/meson.build @@ -64,7 +64,7 @@ libdrm_req = '>= 2.4.109' libselinux_req = '>= 2.0.86' xext_req = '>= 1.0.99.4' wayland_req = '>= 1.21.0' -wayland_protocols_req = '>= 1.30' +wayland_protocols_req = '>= 1.31' gbm_req = '>= 10.2' xf86dgaproto_req = '>= 2.0.99.1' xshmfence_req = '>= 1.1'