mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[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:
parent
6f317b5fd9
commit
f04c5361a5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue