]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
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)
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

index 35fb04cadf3a60c9ab052086ad0e6cf76e2f5c0c..6371422c46046938685440cc596d8b193ba70d4b 100644 (file)
@@ -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',