mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson: add missing libraries to summary
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
4b98a703ee
commit
3ff879d312
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user