From 0cfe09c458e1217f2126b6ae819b05aa01522bbd Mon Sep 17 00:00:00 2001 From: Xaver Hugl Date: Fri, 25 Nov 2022 21:19:44 +0100 Subject: [PATCH] require wayland-protocols 1.30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed for tearing-updates-v1 Signed-off-by: Xaver Hugl Acked-by: Michel Dänzer Reviewed-by: Olivier Fourdan --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9657fe8e4..ee308cdcc 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.28' +wayland_protocols_req = '>= 1.30' gbm_req = '>= 10.2' xf86dgaproto_req = '>= 2.0.99.1'