Re: [PATCH 0/4] meson: Prepare for newer meson

2023-06-12 Thread Erik Skultety
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'

[PATCH 0/4] meson: Prepare for newer meson

2023-06-08 Thread Michal Privoznik
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 th