[PATCH 0/2] meson: Report library versions in the summary

Michal Privoznik via Devel posted 2 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1752845615.git.mprivozn@redhat.com
meson.build | 77 ++++++++++++++++++++++++++---------------------------
1 file changed, 38 insertions(+), 39 deletions(-)
[PATCH 0/2] meson: Report library versions in the summary
Posted by Michal Privoznik via Devel 1 month, 3 weeks ago
Green pipeline:

https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/1934463449

and if you shod individual builds you can see these in action.

Michal Prívozník (2):
  meson: Convert attr_dep to dependency()
  meson: Report library versions in the summary

 meson.build | 77 ++++++++++++++++++++++++++---------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

-- 
2.49.1
Re: [PATCH 0/2] meson: Report library versions in the summary
Posted by Pavel Hrdina via Devel 1 month, 3 weeks ago
On Fri, Jul 18, 2025 at 03:34:19PM +0200, Michal Privoznik via Devel wrote:
> Green pipeline:
> 
> https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/1934463449
> 
> and if you shod individual builds you can see these in action.

Nice!


> Michal Prívozník (2):
>   meson: Convert attr_dep to dependency()
>   meson: Report library versions in the summary

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>