On Thu, Jun 08, 2023 at 01:18:49PM +0200, Michal Privoznik wrote:
When we switch to meson-0.57.0 or newer (which we can't do
currently
because of Debian 11 and Ubuntu 20.04), we can start using:
libs_summary = {
'acl': acl_dep,
...
}
which not only reports 'YES'/'NO', but also library version:
acl : YES 2.3.1
But in order to do that, we have switch away from conf.has() to
XXX_dep().
Looks good to me, CI looks happy too:
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>