[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 03/16] meson: remove unnecessary dependencies from specific_ss
From: |
Paolo Bonzini |
Subject: |
[PULL 03/16] meson: remove unnecessary dependencies from specific_ss |
Date: |
Mon, 12 May 2025 21:05:11 +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 | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ui/meson.build b/ui/meson.build
index 35fb04cadf3..6371422c460 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -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',
--
2.49.0
- [PULL 00/16] Meson, x86, Rust patches for 2025-05-12, Paolo Bonzini, 2025/05/12
- [PULL 01/16] meson: drop --enable-avx* options, Paolo Bonzini, 2025/05/12
- [PULL 03/16] meson: remove unnecessary dependencies from specific_ss,
Paolo Bonzini <=
- [PULL 04/16] modinfo: lookup compile_commands.json by object, Paolo Bonzini, 2025/05/12
- [PULL 05/16] rust: pl011: Rename RX FIFO methods, Paolo Bonzini, 2025/05/12
- [PULL 02/16] meson: do not check supported TCG architecture if no emulators built, Paolo Bonzini, 2025/05/12
- [PULL 08/16] target/i386: list TCG-supported features for CPUID[80000021h].EAX, Paolo Bonzini, 2025/05/12
- [PULL 10/16] target/i386: implement TSS trap bit, Paolo Bonzini, 2025/05/12
- [PULL 12/16] target/i386/emulate: mostly rewrite flags handling, Paolo Bonzini, 2025/05/12
- [PULL 14/16] linux-headers: update from 6.15 + kvm/next, Paolo Bonzini, 2025/05/12
- [PULL 07/16] target/i386: ignore misplaced REX prefixes, Paolo Bonzini, 2025/05/12
- [PULL 09/16] target/i386: move push of error code to switch_tss_ra, Paolo Bonzini, 2025/05/12
- [PULL 06/16] rust: pl011: Really use RX FIFO depth, Paolo Bonzini, 2025/05/12