build: move glib detection and workarounds to meson
commitfc9a809e0d28417fa1e7f7efc19f845bda4c1be9
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Oct 2022 09:31:32 +0000 (12 11:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:52 +0000 (18 08:53 +0200)
tree8f343c10516cee787f6ad550b955a816b732ea86
parent5328353c05d880fbdba16a968cf9a39c8bd11a14
build: move glib detection and workarounds to meson

QEMU adds the path to glib.h to all compilation commands.  This is simpler
due to the pervasive use of static_library, and was grandfathered in from
the previous Make-based build system.  Until Meson 0.63 the only way to
do this was to detect glib in configure and use add_project_arguments,
but now it is possible to use add_project_dependencies instead.

gmodule is detected in a separate variable, with export enabled for
modules and disabled for plugin.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
contrib/plugins/Makefile
meson.build
util/meson.build