mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
meson: remove required libraries from summary
These are always enabled so it doesn't make any sense to have the result in summary as meson will fail if they are missing. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
3ff879d312
commit
4bd0a5b180
@ -2382,9 +2382,7 @@ libs_summary = {
|
|||||||
'firewalld': conf.has('WITH_FIREWALLD'),
|
'firewalld': conf.has('WITH_FIREWALLD'),
|
||||||
'firewalld-zone': conf.has('WITH_FIREWALLD_ZONE'),
|
'firewalld-zone': conf.has('WITH_FIREWALLD_ZONE'),
|
||||||
'fuse': fuse_dep.found(),
|
'fuse': fuse_dep.found(),
|
||||||
'glib_dep': glib_dep.found(),
|
|
||||||
'glusterfs': glusterfs_dep.found(),
|
'glusterfs': glusterfs_dep.found(),
|
||||||
'gnutls': gnutls_dep.found(),
|
|
||||||
'libiscsi': libiscsi_dep.found(),
|
'libiscsi': libiscsi_dep.found(),
|
||||||
'libkvm': libkvm_dep.found(),
|
'libkvm': libkvm_dep.found(),
|
||||||
'libm': libm_dep.found(),
|
'libm': libm_dep.found(),
|
||||||
@ -2394,7 +2392,6 @@ libs_summary = {
|
|||||||
'libssh': libssh_dep.found(),
|
'libssh': libssh_dep.found(),
|
||||||
'libssh2': libssh2_dep.found(),
|
'libssh2': libssh2_dep.found(),
|
||||||
'libutil': libutil_dep.found(),
|
'libutil': libutil_dep.found(),
|
||||||
'libxml': libxml_dep.found(),
|
|
||||||
'netcf': netcf_dep.found(),
|
'netcf': netcf_dep.found(),
|
||||||
'NLS': have_gnu_gettext_tools,
|
'NLS': have_gnu_gettext_tools,
|
||||||
'nss': conf.has('WITH_NSS'),
|
'nss': conf.has('WITH_NSS'),
|
||||||
|
Loading…
Reference in New Issue
Block a user