mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00: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>
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
# general
|
|
ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
|
|
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
|
|
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
|
|
ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
|
|
ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
|
|
ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
|
|
ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
|
|
ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
|
|
ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
|
|
ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
|
|
ac_cv_sizeof_ssize_t=${ac_cv_sizeof_size_t=4}
|
|
ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
|
|
ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
|
|
ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
|
|
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
|
|
ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4}
|
|
ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
|
|
ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
|
|
ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
|
|
ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
|
|
ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
|
|
ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
|
|
ac_cv_uchar=${ac_cv_uchar=no}
|
|
ac_cv_uint=${ac_cv_uint=yes}
|
|
ac_cv_ulong=${ac_cv_ulong=yes}
|
|
ac_cv_ushort=${ac_cv_ushort=yes}
|
|
|
|
# startup-notification
|
|
lf_cv_sane_realloc=yes
|
|
|