]> git.proxmox.com Git - mirror_qemu.git/commit
meson: add more version numbers to the summary
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 30 Mar 2023 10:45:58 +0000 (12:45 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:51 +0000 (08:53 +0200)
commitbd3615d68fabb3578467e34af345c3eb8d88a0b2
tree6fbf5e5ccf53cb32755ad97f67909f6d19e28415
parent063d5119c18af76b9e3303856dd114b36a8e1a43
meson: add more version numbers to the summary

Whenever declare_dependency is used to add some compile flags or dependent
libraries to the outcome of dependency(), the version of the original
dependency is dropped in the summary.  Make sure that declare_dependency()
has a version argument in those cases.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build