]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: add missing libraries to summary
authorPavel Hrdina <phrdina@redhat.com>
Thu, 8 Oct 2020 11:51:43 +0000 (13:51 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 9 Oct 2020 11:44:54 +0000 (13:44 +0200)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
meson.build

index 230a64e23a05c62362830964130a55c9cf872b23..90e2a4fca62058adf5634d11aeb3fce2bc742b16 100644 (file)
@@ -2377,6 +2377,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'),
@@ -2385,16 +2386,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-sdk': parallels_sdk_dep.found(),
   'pciaccess': pciaccess_dep.found(),
   'pm_utils': conf.has('WITH_PM_UTILS'),
   'polkit': conf.has('WITH_POLKIT'),