]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Report library versions in the summary
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 23 Mar 2023 08:15:53 +0000 (09:15 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 23 Jul 2025 14:02:49 +0000 (16:02 +0200)
commita2aeeab0aad3bc8c3b459b1cc57d6411f2922b6c
treea63856278a183cd7fc143780574f82f85d5aacd3
parentc2c165ea6c1b2bd2c66d65668e66abe2c04fbd74
meson: Report library versions in the summary

The summary() directive accepts dependency() too [1] in which
case it also prints version of the dependency found. This may
come handy when reading build process transcripts.

1: https://mesonbuild.com/Reference-manual_functions.html#summary

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
meson.build