|
@@ -453,11 +453,6 @@ if not get_option('linux_io_uring').auto() or have_block
|
|
|
required: get_option('linux_io_uring'),
|
|
|
method: 'pkg-config', kwargs: static_kwargs)
|
|
|
endif
|
|
|
-libxml2 = not_found
|
|
|
-if not get_option('libxml2').auto() or have_block
|
|
|
- libxml2 = dependency('libxml-2.0', required: get_option('libxml2'),
|
|
|
- method: 'pkg-config', kwargs: static_kwargs)
|
|
|
-endif
|
|
|
libnfs = not_found
|
|
|
if not get_option('libnfs').auto() or have_block
|
|
|
libnfs = dependency('libnfs', version: '>=1.9.3',
|
|
@@ -3496,7 +3491,6 @@ summary_info += {'bzip2 support': libbzip2}
|
|
|
summary_info += {'lzfse support': liblzfse}
|
|
|
summary_info += {'zstd support': zstd}
|
|
|
summary_info += {'NUMA host support': config_host.has_key('CONFIG_NUMA')}
|
|
|
-summary_info += {'libxml2': libxml2}
|
|
|
summary_info += {'capstone': capstone_opt == 'internal' ? capstone_opt : capstone}
|
|
|
summary_info += {'libpmem support': libpmem}
|
|
|
summary_info += {'libdaxctl support': libdaxctl}
|