On 30/3/23 12:46, Paolo Bonzini wrote:
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.
Hard to prevent keeping doing that in the future...
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- meson.build | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>