mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
meson: move build feature options to miscellaneous summary
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
4bd0a5b180
commit
b714efb99f
@ -2379,8 +2379,6 @@ libs_summary = {
|
|||||||
'curl': curl_dep.found(),
|
'curl': curl_dep.found(),
|
||||||
'devmapper': devmapper_dep.found(),
|
'devmapper': devmapper_dep.found(),
|
||||||
'dlopen': dlopen_dep.found(),
|
'dlopen': dlopen_dep.found(),
|
||||||
'firewalld': conf.has('WITH_FIREWALLD'),
|
|
||||||
'firewalld-zone': conf.has('WITH_FIREWALLD_ZONE'),
|
|
||||||
'fuse': fuse_dep.found(),
|
'fuse': fuse_dep.found(),
|
||||||
'glusterfs': glusterfs_dep.found(),
|
'glusterfs': glusterfs_dep.found(),
|
||||||
'libiscsi': libiscsi_dep.found(),
|
'libiscsi': libiscsi_dep.found(),
|
||||||
@ -2394,12 +2392,10 @@ libs_summary = {
|
|||||||
'libutil': libutil_dep.found(),
|
'libutil': libutil_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'),
|
|
||||||
'numactl': numactl_dep.found(),
|
'numactl': numactl_dep.found(),
|
||||||
'openwsman': openwsman_dep.found(),
|
'openwsman': openwsman_dep.found(),
|
||||||
'parallels-sdk': parallels_sdk_dep.found(),
|
'parallels-sdk': parallels_sdk_dep.found(),
|
||||||
'pciaccess': pciaccess_dep.found(),
|
'pciaccess': pciaccess_dep.found(),
|
||||||
'pm_utils': conf.has('WITH_PM_UTILS'),
|
|
||||||
'polkit': conf.has('WITH_POLKIT'),
|
'polkit': conf.has('WITH_POLKIT'),
|
||||||
'rbd': rbd_dep.found(),
|
'rbd': rbd_dep.found(),
|
||||||
'readline': readline_dep.found(),
|
'readline': readline_dep.found(),
|
||||||
@ -2433,10 +2429,14 @@ misc_summary = {
|
|||||||
'Use -Werror': cc_flags.contains('-Werror'),
|
'Use -Werror': cc_flags.contains('-Werror'),
|
||||||
'Warning Flags': supported_cc_flags,
|
'Warning Flags': supported_cc_flags,
|
||||||
'DTrace': conf.has('WITH_DTRACE_PROBES'),
|
'DTrace': conf.has('WITH_DTRACE_PROBES'),
|
||||||
|
'firewalld': conf.has('WITH_FIREWALLD'),
|
||||||
|
'firewalld-zone': conf.has('WITH_FIREWALLD_ZONE'),
|
||||||
|
'nss': conf.has('WITH_NSS'),
|
||||||
'numad': conf.has('WITH_NUMAD'),
|
'numad': conf.has('WITH_NUMAD'),
|
||||||
'Init script': init_script,
|
'Init script': init_script,
|
||||||
'Char device locks': chrdev_lock_files,
|
'Char device locks': chrdev_lock_files,
|
||||||
'Loader/NVRAM': loader_res,
|
'Loader/NVRAM': loader_res,
|
||||||
|
'pm_utils': conf.has('WITH_PM_UTILS'),
|
||||||
'virt-login-shell': conf.has('WITH_LOGIN_SHELL'),
|
'virt-login-shell': conf.has('WITH_LOGIN_SHELL'),
|
||||||
'virt-host-validate': conf.has('WITH_HOST_VALIDATE'),
|
'virt-host-validate': conf.has('WITH_HOST_VALIDATE'),
|
||||||
'TLS priority': conf.get_unquoted('TLS_PRIORITY'),
|
'TLS priority': conf.get_unquoted('TLS_PRIORITY'),
|
||||||
|
Loading…
Reference in New Issue
Block a user