From: Pavel Hrdina Date: Thu, 8 Oct 2020 11:51:43 +0000 (+0200) Subject: meson: add missing libraries to summary X-Git-Tag: v6.9.0-rc1~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff879d31285749468aee79412b6660d4d70e1bb;p=thirdparty%2Flibvirt.git meson: add missing libraries to summary Signed-off-by: Pavel Hrdina Reviewed-by: Andrea Bolognani --- diff --git a/meson.build b/meson.build index 230a64e23a..90e2a4fca6 100644 --- a/meson.build +++ b/meson.build @@ -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'),