]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
meson: add a note on why we use config_host for program paths
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Sep 2023 10:00:48 +0000 (12:00 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Oct 2023 08:01:02 +0000 (10:01 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build

index 2bda62a2b1bcf233dd191bb17c714d1f6d78277a..0182622aedeb9ba03f91c38e77e7e875eb2d9c2d 100644 (file)
@@ -4021,6 +4021,11 @@ summary(summary_info, bool_yn: true, section: 'Directories')
 summary_info = {}
 summary_info += {'python':            '@0@ (version: @1@)'.format(python.full_path(), python.language_version())}
 summary_info += {'sphinx-build':      sphinx_build}
+
+# FIXME: the [binaries] section of machine files, which can be probed
+# with find_program(), would be great for passing gdb and genisoimage
+# paths from configure to Meson.  However, there seems to be no way to
+# hide a program (for example if gdb is too old).
 if config_host.has_key('GDB')
   summary_info += {'gdb':             config_host['GDB']}
 endif