From aff0a4fb583498dbe7b2e56ee2f9fc55b7e43749 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 18 Oct 2022 11:12:59 +0200 Subject: build: Bump wayland requirement to 1.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Xwayland uses API such as wl_proxy_set_tag()/wl_proxy_get_tag() which appeared in Wayland 1.18, but the build system still requires Wayland 1.5 at least. Bump the Wayland version to match the requirements. Signed-off-by: Olivier Fourdan Reviewed-by: Michel Dänzer (cherry picked from commit 395c25f18520a6d2e3895f59b9e2feaf97ff7635) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 23290bb86..27a3f1f7d 100644 --- a/meson.build +++ b/meson.build @@ -63,7 +63,7 @@ add_project_arguments(common_wflags, language : ['c', 'objc']) libdrm_req = '>= 2.4.89' libselinux_req = '>= 2.0.86' xext_req = '>= 1.0.99.4' -wayland_req = '>= 1.5.0' +wayland_req = '>= 1.18.0' wayland_protocols_req = '>= 1.22' gbm_req = '>= 10.2' -- cgit v1.2.1