From: Matthias Clasen Date: Thu, 22 Dec 2022 14:16:46 +0000 (-0500) Subject: build: Bump introspection dep to 1.72 X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~112^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d2c897dfc3a570f03d15a242c6569d3d38d761a;p=gtk4.git build: Bump introspection dep to 1.72 This should be kept in sync with glib. --- diff --git a/meson.build b/meson.build index f09b6e6274..d5fd97c17c 100644 --- a/meson.build +++ b/meson.build @@ -11,12 +11,12 @@ project('gtk', 'c', license: 'LGPL-2.1-or-later') glib_req = '>= 2.72.0' +introspection_req = '>= 1.72.0' # keep this in sync with glib pango_req = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh harfbuzz_req = '>= 2.6.0' fribidi_req = '>= 1.0.6' cairo_req = '>= 1.14.0' gdk_pixbuf_req = '>= 2.30.0' -introspection_req = '>= 1.39.0' wayland_proto_req = '>= 1.25' wayland_req = '>= 1.21.0' graphene_req = '>= 1.10.0'