From: Benjamin Otte Date: Sat, 1 Apr 2023 11:59:52 +0000 (+0200) Subject: build: Bump wayland-protocols requirement X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~463^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ea82f50d13ae3da35b7e57880b919559a3f8bae2;p=gtk4.git build: Bump wayland-protocols requirement The new fractional-scale support requires v1.31 --- diff --git a/meson.build b/meson.build index 9d8bf1db63..3c2887d031 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ harfbuzz_req = '>= 2.6.0' fribidi_req = '>= 1.0.6' cairo_req = '>= 1.14.0' gdk_pixbuf_req = '>= 2.30.0' -wayland_proto_req = '>= 1.25' +wayland_proto_req = '>= 1.31' wayland_req = '>= 1.21.0' graphene_req = '>= 1.10.0' epoxy_req = '>= 1.4'