commit | 727bb5b477e66b6cd8a558bf2cdf9a666b914f27 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue May 07 12:22:31 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri May 10 15:45:15 2024 +0200 |
tree | 92b015f15079ad29679d49a2a914232c0e78cdb4 | |
parent | 6bd92a7c62648eb37053ccc809c3cab7d7629584 [diff] |
meson: pick libfdt from common_ss when building target-specific files Avoid having to list dependencies such as libfdt twice, both on common_ss and specific_ss. Instead, just take all the dependencies in common_ss and allow the target-specific libqemu-*.fa library to use them. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>