[libvirt PATCH] meson: Fix "numaclt" typo

4 Aug
2020
4 Aug
'20
3:29 a.m.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- Pushed as trivial. meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 48b937d6bb..ad269640ba 100644 --- a/meson.build +++ b/meson.build @@ -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'), -- 2.26.2
1862
Age (days ago)
1862
Last active (days ago)
0 comments
1 participants
participants (1)
-
Erik Skultety