On 8/5/24 09:51, Paolo Bonzini wrote:
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.
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
meson.build | 79 ++++++++++++++++++++++++++---------------------------
1 file changed, 38 insertions(+), 41 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>