]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: remove unnecessary dependencies from specific_ss
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 8 May 2025 13:13:38 +0000 (15:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 May 2025 14:08:24 +0000 (16:08 +0200)
commit911115838b29f222e47e5942b3182caf08ed08fd
tree77e7bd0df536f477c9afe4b070f1b9a95ee44621
parente3c426cb78d47b42af9ab296408115cab20f2060
meson: remove unnecessary dependencies from specific_ss

All dependencies that are in common_ss (which includes system_ss) automatically
have their include path added when building the target-specific files.  So the
hack in ui/meson.build is not needed anymore since commit 727bb5b477e ("meson:
pick libfdt from common_ss when building target-specific files", 2024-05-10);
drop it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
ui/meson.build