mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson: Make libm a required dependency
We use it unconditionally. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
70670d4af7
commit
a608ec8ccd
@ -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'))
|
||||
@ -2229,7 +2229,6 @@ libs_summary = {
|
||||
'glusterfs': glusterfs_dep.found(),
|
||||
'libiscsi': libiscsi_dep.found(),
|
||||
'libkvm': libkvm_dep.found(),
|
||||
'libm': libm_dep.found(),
|
||||
'libnl': libnl_dep.found(),
|
||||
'libparted': libparted_dep.found(),
|
||||
'libpcap': libpcap_dep.found(),
|
||||
|
Loading…
Reference in New Issue
Block a user