summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-29 12:17:52 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-07-29 12:17:52 +0000
commit1fcd08d76ac7f2153c66ce18235088f85adbab30 (patch)
tree109c6b7f0e0e248b26cf94ff0ccda38d1ed6b4cf
parent4a631787bd8545b44e299bdbf09fcbb8728f5d76 (diff)
parent060a9f072c0016cd228be72ef7477c4d031dd175 (diff)
downloadgtk+-1fcd08d76ac7f2153c66ce18235088f85adbab30.tar.gz
Merge branch 'issue2057' into 'master'
Bump wayland-protocols requirements See merge request GNOME/gtk!1030
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 483a874475..6977fd95fd 100644
--- a/meson.build
+++ b/meson.build
@@ -33,7 +33,7 @@ atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'
introspection_req = '>= 1.39.0'
-wayland_proto_req = '>= 1.12'
+wayland_proto_req = '>= 1.14'
wayland_req = '>= 1.14.91'
graphene_req = '>= 1.9.1'
epoxy_req = '>= 1.4'