mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
GLib 1.x is incredibly obsolete and GLib 2.x is built using Meson
not autotools, so we can remove the GLib entries from the site files.
Also fix a few copy/paste typos where glib_ was used incorrectly, for example:
ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
The glib_cv_ should be ac_cv_.
(From OE-Core rev: 69e757e6bef8b1037e2f23121774af1d5f6c96df)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
415 B
Plaintext
19 lines
415 B
Plaintext
# definitions assuming 32-bit arm architecture
|
|
|
|
# apache
|
|
ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
|
|
ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
|
|
|
|
# jikes
|
|
ac_cv_sizeof_wchar_t=4
|
|
|
|
# at-spi2-core
|
|
ac_cv_alignof_char=1
|
|
ac_cv_alignof_dbind_pointer=4
|
|
ac_cv_alignof_dbind_struct=1
|
|
ac_cv_alignof_dbus_bool_t=4
|
|
ac_cv_alignof_dbus_int16_t=2
|
|
ac_cv_alignof_dbus_int32_t=4
|
|
ac_cv_alignof_dbus_int64_t=8
|
|
ac_cv_alignof_double=8
|