From: Matthias Clasen Date: Wed, 23 Feb 2022 19:03:19 +0000 (-0500) Subject: Bump the wayland-protocols dep X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~4^2~377^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6a7da779801e53bb4a213aa52edd2c67666f43c8;p=gtk4.git Bump the wayland-protocols dep Bump the dep to 1.25, so we can add support for toplevel bounds. --- diff --git a/meson.build b/meson.build index e940de27ca..8e7ea7691c 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ fribidi_req = '>= 0.19.7' cairo_req = '>= 1.14.0' gdk_pixbuf_req = '>= 2.30.0' introspection_req = '>= 1.39.0' -wayland_proto_req = '>= 1.23' +wayland_proto_req = '>= 1.25' wayland_req = '>= 1.20.0' graphene_req = '>= 1.9.1' epoxy_req = '>= 1.4'