qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] meson: Display summary of Darwin libraries detected
@ 2025-02-12 11:29 Philippe Mathieu-Daudé
  2025-02-17 14:02 ` Daniel P. Berrangé
  2025-02-17 18:37 ` Paolo Bonzini
  0 siblings, 2 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-02-12 11:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Philippe Mathieu-Daudé

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 meson.build | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meson.build b/meson.build
index 18cf9e2913b..10f4c9fd30d 100644
--- a/meson.build
+++ b/meson.build
@@ -4826,6 +4826,13 @@ summary_info += {'libdw':             libdw}
 if host_os == 'freebsd'
   summary_info += {'libinotify-kqueue': inotify}
 endif
+if host_os == 'darwin'
+  summary_info += {'Hypervisor support': hvf}
+  summary_info += {'CoreFoundation support': coref}
+  summary_info += {'IOKit support': iokit}
+  summary_info += {'ParavirtualizedGraphics support': pvg}
+  summary_info += {'Metal support': metal}
+endif
 summary(summary_info, bool_yn: true, section: 'Dependencies')
 
 if host_arch == 'unknown'
-- 
2.47.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-02-19 13:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 11:29 [PATCH] meson: Display summary of Darwin libraries detected Philippe Mathieu-Daudé
2025-02-17 14:02 ` Daniel P. Berrangé
2025-02-17 18:37 ` Paolo Bonzini
2025-02-18 14:55   ` Phil Dennis-Jordan
2025-02-19 10:28     ` Paolo Bonzini
2025-02-19 10:36       ` Phil Dennis-Jordan
2025-02-19 10:38         ` Paolo Bonzini
2025-02-19 13:41           ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).