Skip to content

Commit 140c706

Browse files
committed
common-versions: rename build_glib2, use "2.73.3"
1 parent 1f6bb0e commit 140c706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/common-versions-source.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function build_versions()
9797

9898
# https://download.gnome.org/sources/glib/
9999
# ERROR: glib-2.56 gthread-2.0 is required to compile QEMU
100-
build_glib "2.56.4"
100+
build_glib2 "2.73.3" # "2.56.4"
101101

102102
# Not toghether with nettle.
103103
# build_libgpg_error "1.43"
@@ -229,7 +229,7 @@ function build_versions()
229229

230230
# TODO "2.72.1" (meson)
231231
# https://download.gnome.org/sources/glib/
232-
build_glib "2.56.4"
232+
build_glib2 "2.56.4"
233233

234234
# Not toghether with nettle.
235235
# build_libgpg_error "1.43"
@@ -350,7 +350,7 @@ function build_versions()
350350
build_gettext "0.21"
351351

352352
# TODO "2.70.2" (meson)
353-
build_glib "2.56.4" #
353+
build_glib2 "2.56.4" #
354354

355355
# Not toghether with nettle.
356356
# build_libgpg_error "1.43"

0 commit comments

Comments
 (0)