[libvirt PATCH 11/15] meson: add missing libraries to summary

Pavel Hrdina phrdina at redhat.com
Thu Oct 8 13:59:00 UTC 2020


Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 meson.build | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meson.build b/meson.build
index cd35756a8a..e94025d315 100644
--- a/meson.build
+++ b/meson.build
@@ -2385,6 +2385,7 @@ libs_summary = {
   'blkid': blkid_dep.found(),
   'capng': capng_dep.found(),
   'curl': curl_dep.found(),
+  'devmapper': devmapper_dep.found(),
   'dlopen': dlopen_dep.found(),
   'firewalld': conf.has('WITH_FIREWALLD'),
   'firewalld-zone': conf.has('WITH_FIREWALLD_ZONE'),
@@ -2393,16 +2394,21 @@ libs_summary = {
   'glusterfs': glusterfs_dep.found(),
   'gnutls': gnutls_dep.found(),
   'libiscsi': libiscsi_dep.found(),
+  'libkvm': libkvm_dep.found(),
+  'libm': libm_dep.found(),
   'libnl': libnl_dep.found(),
+  'libparted': libparted_dep.found(),
   'libpcap': libpcap_dep.found(),
   'libssh': libssh_dep.found(),
   'libssh2': libssh2_dep.found(),
+  'libutil': libutil_dep.found(),
   'libxml': libxml_dep.found(),
   'netcf': netcf_dep.found(),
   'NLS': have_gnu_gettext_tools,
   'nss': conf.has('WITH_NSS'),
   'numactl': numactl_dep.found(),
   'openwsman': openwsman_dep.found(),
+  'parallels': parallels_sdk_dep.found(),
   'pciaccess': pciaccess_dep.found(),
   'pm_utils': conf.has('WITH_PM_UTILS'),
   'polkit': conf.has('WITH_POLKIT'),
-- 
2.26.2




More information about the libvir-list mailing list