glib.wrap: Use 2.76.0
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 21 Jun 2023 04:00:42 +0000 (12:00 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 21 Jun 2023 04:27:41 +0000 (12:27 +0800)
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

meson.build
subprojects/glib.wrap
subprojects/gobject-introspection.wrap

index 090ebeb8c87e126af7b5a223d69da6074e5806a8..69db95198f99fbcbf424acb9f0a3ef768b24f5c4 100644 (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'
index 0c1cb6b8066a46c78e0ac436636a16a52dd418ad..fb9c1ac9e00ba57bb20983268650f840a5e0cbb9 100644 (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]
index e00b3e0a81d810ca0b967bc8f0ab5cd928d2347a..f745ec9fcbab061fe2010ce120177b936b574d98 100644 (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]