mirror of https://gitee.com/openkylin/libvirt.git
meson: Fix "numaclt" typo
Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
f4f3e6de4a
commit
b175de4e18
|
@ -2419,7 +2419,7 @@ libs_summary = {
|
|||
'netcf': netcf_dep.found(),
|
||||
'NLS': have_gnu_gettext_tools,
|
||||
'nss': conf.has('WITH_NSS'),
|
||||
'numaclt': numactl_dep.found(),
|
||||
'numactl': numactl_dep.found(),
|
||||
'openwsman': openwsman_dep.found(),
|
||||
'pciaccess': pciaccess_dep.found(),
|
||||
'pm_utils': conf.has('WITH_PM_UTILS'),
|
||||
|
|
Loading…
Reference in New Issue