summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2023-02-09 15:30:59 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2023-02-09 22:57:00 +0000
commitf99bd03165040868b1471d122a07414f32f294fd (patch)
tree573303c3f5137f2c7d87556b134041dcd9c8ec15
parent86598739ba285045bc03778d43e25bb0886627f3 (diff)
downloadxserver-f99bd03165040868b1471d122a07414f32f294fd.tar.gz
build: Bump Wayland dependency to 1.21
Wayland 1.21 was released on June 30, 2022 and our CI already installs Wayland 1.21 so let's just require the version we actually use in our CI. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 01e22b6a9..f9d798b7b 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.18.0'
+wayland_req = '>= 1.21.0'
wayland_protocols_req = '>= 1.28'
gbm_req = '>= 10.2'
xf86dgaproto_req = '>= 2.0.99.1'