File tree 5 files changed +24
-2
lines changed
5 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ ld = 'arm-rpi-linux-gnueabihf-gcc-ld'
13
13
strip = ' arm-rpi-linux-gnueabihf-strip'
14
14
ranlib = ' arm-rpi-linux-gnueabihf-gcc-ranlib'
15
15
16
+ [properties]
17
+ # https://docs.gtk.org/glib/cross-compiling.html#cross-properties
18
+ have_c99_vsnprintf = true
19
+ have_c99_snprintf = true
20
+ have_unix98_printf = true
21
+
16
22
[built-in options]
17
23
libdir = ' lib'
18
24
datadir = ' /usr/share'
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ strip = 'powerpc64le-linux-gnu-strip'
14
14
ranlib = ' powerpc64le-linux-gnu-gcc-ranlib'
15
15
# exe_wrapper = 'qemu-ppc64le-static'
16
16
17
+ [properties]
18
+ # https://docs.gtk.org/glib/cross-compiling.html#cross-properties
19
+ have_c99_vsnprintf = true
20
+ have_c99_snprintf = true
21
+ have_unix98_printf = true
22
+
17
23
[built-in options]
18
24
libdir = ' lib'
19
25
datadir = ' /usr/share'
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ strip = 's390x-linux-gnu-strip'
14
14
ranlib = ' s390x-linux-gnu-gcc-ranlib'
15
15
# exe_wrapper = 'qemu-s390x-static'
16
16
17
+ [properties]
18
+ # https://docs.gtk.org/glib/cross-compiling.html#cross-properties
19
+ have_c99_vsnprintf = true
20
+ have_c99_snprintf = true
21
+ have_unix98_printf = true
22
+
17
23
[built-in options]
18
24
libdir = ' lib'
19
25
datadir = ' /usr/share'
Original file line number Diff line number Diff line change @@ -13,10 +13,14 @@ ld = 'aarch64-linux-musl-ld'
13
13
strip = ' aarch64-linux-musl-strip'
14
14
ranlib = ' aarch64-linux-musl-ranlib'
15
15
16
+ [properties]
16
17
# Ensure we disable the inotify backend in GIO
17
18
# See: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2991#note_1592863
18
- [properties]
19
19
has_function_inotify_init1 = false
20
+ # https://docs.gtk.org/glib/cross-compiling.html#cross-properties
21
+ have_c99_vsnprintf = true
22
+ have_c99_snprintf = true
23
+ have_unix98_printf = true
20
24
21
25
[built-in options]
22
26
libdir = ' lib'
Original file line number Diff line number Diff line change 1
1
[binaries]
2
2
strip = ' strip'
3
3
4
+ [properties]
4
5
# Ensure we disable the inotify backend in GIO
5
6
# See: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2991#note_1592863
6
- [properties]
7
7
has_function_inotify_init1 = false
8
8
9
9
[built-in options]
You can’t perform that action at this time.
0 commit comments