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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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().

Michal Prívozník (4):
  meson: acl_dep switch to dependency()
  meson: attr_dep switch to dependency()
  meson: numactl_dep switch to dependency()
  meson: Use dependency().found() instead of conf.has()

 meson.build | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

-- 
2.39.3




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux