[libvirt PATCH 08/26] meson: Make libm a required dependency

Andrea Bolognani abologna at redhat.com
Tue Jun 1 08:37:39 UTC 2021


We use it unconditionally.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 81f8caae06..922bf93659 100644
--- a/meson.build
+++ b/meson.build
@@ -1022,7 +1022,7 @@ endif
 libxml_version = '2.9.1'
 libxml_dep = dependency('libxml-2.0', version: '>=' + libxml_version)
 
-libm_dep = cc.find_library('m', required: false)
+libm_dep = cc.find_library('m')
 
 netcf_version = '0.1.8'
 netcf_dep = dependency('netcf', version: '>=' + netcf_version, required: get_option('netcf'))
-- 
2.31.1




More information about the libvir-list mailing list