Skip to content

Commit 1662710

Browse files
authored
Merge pull request #447 from bgilbert/glib
Update glib
2 parents aa08bce + e026dcf commit 1662710

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

machines/cross-macos-arm64.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ strip = 'strip'
2323

2424
[host_machine]
2525
system = 'darwin'
26+
subsystem = 'macos'
2627
endian = 'little'
2728
cpu_family = 'aarch64'
2829
cpu = 'aarch64'

machines/cross-macos-x86_64.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ strip = 'strip'
2525

2626
[host_machine]
2727
system = 'darwin'
28+
subsystem = 'macos'
2829
endian = 'little'
2930
cpu_family = 'x86_64'
3031
cpu = 'x86_64'

subprojects/glib.wrap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[wrap-file]
2-
directory = glib-2.86.4
3-
source_url = https://download.gnome.org/sources/glib/2.86/glib-2.86.4.tar.xz
4-
source_fallback_url = https://wrapdb.mesonbuild.com/v2/glib_2.86.4-1/get_source/glib-2.86.4.tar.xz
5-
source_filename = glib-2.86.4.tar.xz
6-
source_hash = d4e2b5d791d5015ffd8c6971ad8e975a0a55c1a14926cdb25cf843ff00682260
7-
wrapdb_version = 2.86.4-1
2+
directory = glib-2.88.0
3+
source_url = https://download.gnome.org/sources/glib/2.88/glib-2.88.0.tar.xz
4+
source_fallback_url = https://wrapdb.mesonbuild.com/v2/glib_2.88.0-1/get_source/glib-2.88.0.tar.xz
5+
source_filename = glib-2.88.0.tar.xz
6+
source_hash = 3546251ccbb3744d4bc4eb48354540e1f6200846572bab68e3a2b7b2b64dfd07
7+
wrapdb_version = 2.88.0-1
88

99
[provide]
1010
dependency_names = gthread-2.0, gobject-2.0, gmodule-no-export-2.0, gmodule-export-2.0, gmodule-2.0, glib-2.0, gio-2.0, gio-windows-2.0, gio-unix-2.0

0 commit comments

Comments
 (0)