]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: move libfdt together with other dependencies
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 25 Jan 2024 11:22:57 +0000 (12:22 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 May 2024 13:45:15 +0000 (15:45 +0200)
commit7a6f3343b6f140c945b62a972b36d22efa14bdba
tree19ec3973f769bf4c1c85f89d70097f1c35f3dcef
parent727bb5b477e66b6cd8a558bf2cdf9a666b914f27
meson: move libfdt together with other dependencies

Move the libfdt detection code together with other dependencies instead
of keeping it with subprojects.  This has the disadvantage of performing
the detection even if no target requires libfdt; but it has the advantage
that Kconfig will be able to observe the availability of the library.

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