[Meson] Based on feedback from SardemFF7 set -lm requirement optional.

https://mesonbuild.com/howtox.html#add-math-library-lm-portablypdate
This commit is contained in:
Dave Davenport 2021-02-18 10:41:46 +01:00 committed by Dave Davenport
parent b4e678bc7d
commit def65c6a68
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ plugins_deps = [
dependency('cairo'),
]
dep_lm = c_compiler.find_library('m', required : true)
dep_lm = c_compiler.find_library('m', required : false)
deps = [
plugins_deps,