mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
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 727bb5b477
("meson:
pick libfdt from common_ss when building target-specific files", 2024-05-10);
drop it.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e3c426cb78
commit
911115838b
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
|||
system_ss.add(pixman)
|
||||
specific_ss.add(when: ['CONFIG_SYSTEM_ONLY'], if_true: pixman) # for the include path
|
||||
specific_ss.add(when: ['CONFIG_SYSTEM_ONLY'], if_true: opengl) # for the include path
|
||||
|
||||
system_ss.add(png)
|
||||
system_ss.add(files(
|
||||
'clipboard.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue