summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2022-10-18 11:12:59 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2022-10-19 11:29:36 +0200
commitaff0a4fb583498dbe7b2e56ee2f9fc55b7e43749 (patch)
treeb0d746011ed29468d4303dc4ae2ccfcedf30db34
parentcf29f7d4c382f77ad1ab0d65ca2e72ca95dd8f21 (diff)
downloadxserver-aff0a4fb583498dbe7b2e56ee2f9fc55b7e43749.tar.gz
build: Bump wayland requirement to 1.18
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 <ofourdan@redhat.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> (cherry picked from commit 395c25f18520a6d2e3895f59b9e2feaf97ff7635)
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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'