summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJosé Expósito <jose.exposito89@gmail.com>2022-07-18 19:04:10 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-08-10 14:23:58 +0000
commitfb100d719fd2b17b3397999f600d69462fe581d5 (patch)
treefb3f2f53087f60ecc7a1072247cff5ef25049b25 /meson.build
parentcf1974f6b1ed663f1ebe36bc1235bf7b4c99ddf8 (diff)
downloadgtk+-fb100d719fd2b17b3397999f600d69462fe581d5.tar.gz
build: Update Wayland to >= 1.21.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2ab7290628..2fb35f393a 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@ cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'
introspection_req = '>= 1.39.0'
wayland_proto_req = '>= 1.25'
-wayland_req = '>= 1.20.0'
+wayland_req = '>= 1.21.0'
graphene_req = '>= 1.9.1'
epoxy_req = '>= 1.4'
cloudproviders_req = '>= 0.3.1'