From f34ffdd9a92afc6cb2b319c49d4e06e56cf8f70e Mon Sep 17 00:00:00 2001 From: Xaver Hugl Date: Fri, 22 Oct 2021 00:30:16 +0200 Subject: [PATCH] require wayland-protocols 1.22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed for implementing drm-lease-v1 Signed-off-by: Xaver Hugl Acked-by: Michel Dänzer --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a4f59aeda..db1d63f3e 100644 --- a/meson.build +++ b/meson.build @@ -64,7 +64,7 @@ libdrm_req = '>= 2.4.89' libselinux_req = '>= 2.0.86' xext_req = '>= 1.0.99.4' wayland_req = '>= 1.5.0' -wayland_protocols_req = '>= 1.18' +wayland_protocols_req = '>= 1.22' gbm_req = '>= 10.2' xf86dgaproto_req = '>= 2.0.99.1'