glib.wrap: Use 2.76.0

We are now using APIs that were introduced in 2.75.x, so let's use glib-2.76.0
here for our glib subproject.

Update the build and gobject-introspection items accordingly
This commit is contained in:
Chun-wei Fan 2023-06-21 12:00:42 +08:00
parent 1a07e336bf
commit 65e9b8fe66
3 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ project('gtk', 'c',
license: 'LGPL-2.1-or-later')
# keep these numbers in sync with wrap files where there exist
glib_req = '>= 2.72.0'
introspection_req = '>= 1.72.0' # keep this in sync with glib
glib_req = '>= 2.76.0'
introspection_req = '>= 1.76.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'

View File

@ -2,7 +2,7 @@
directory = glib
url = https://gitlab.gnome.org/GNOME/glib.git
push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/glib.git
revision = 2.74.4
revision = 2.76.0
depth = 1
[provide]

View File

@ -2,7 +2,7 @@
directory = gobject-introspection
url = https://gitlab.gnome.org/GNOME/gobject-introspection.git
push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/gobject-introspection.git
revision = 1.74.0
revision = 1.76.0
depth = 1
[provide]