5ef6f9496e
GOI now has a build option to disable tests [1], so use that and drop the "disable tests" patch. Meson now checks LD_LIBRARY_PATH during configure and sets the result when calling g-ir-scanner [2]. This means overriding it in _NINJA_ENV does not work any more, set LD_LIBRARY_PATH in _CONF_ENV instead. The hash for giscanner/scannerlexer.l changed due to small code additions. Upstream changelog: https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/1.84.0/NEWS?ref_type=tags [1] https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/3e41addbd0f22024f63cc9c3fbef04ca16f05364 [2] https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/d3f684559facd0edc368e3ac6db95b16e28ed743 Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>