[libvirt PATCH 13/15] meson: move build feature options to miscellaneous summary

Pavel Hrdina phrdina at redhat.com
Thu Oct 8 13:59:02 UTC 2020


Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 meson.build | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meson.build b/meson.build
index 5a99f59b0c..d53909948e 100644
--- a/meson.build
+++ b/meson.build
@@ -2387,8 +2387,6 @@ libs_summary = {
   'curl': curl_dep.found(),
   'devmapper': devmapper_dep.found(),
   'dlopen': dlopen_dep.found(),
-  'firewalld': conf.has('WITH_FIREWALLD'),
-  'firewalld-zone': conf.has('WITH_FIREWALLD_ZONE'),
   'fuse': fuse_dep.found(),
   'glusterfs': glusterfs_dep.found(),
   'libiscsi': libiscsi_dep.found(),
@@ -2402,12 +2400,10 @@ libs_summary = {
   'libutil': libutil_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': parallels_sdk_dep.found(),
   'pciaccess': pciaccess_dep.found(),
-  'pm_utils': conf.has('WITH_PM_UTILS'),
   'polkit': conf.has('WITH_POLKIT'),
   'rbd': rbd_dep.found(),
   'readline': readline_dep.found(),
@@ -2441,10 +2437,14 @@ misc_summary = {
   'Use -Werror': cc_flags.contains('-Werror'),
   'Warning Flags': supported_cc_flags,
   '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'),
   'Init script': init_script,
   'Char device locks': chrdev_lock_files,
   'Loader/NVRAM': loader_res,
+  'pm_utils': conf.has('WITH_PM_UTILS'),
   'virt-login-shell': conf.has('WITH_LOGIN_SHELL'),
   'virt-host-validate': conf.has('WITH_HOST_VALIDATE'),
   'TLS priority': conf.get_unquoted('TLS_PRIORITY'),
-- 
2.26.2




More information about the libvir-list mailing list