mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Meson] Add libm.
This commit is contained in:
parent
e9cf6fb2b0
commit
6f317b5fd9
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,8 @@ plugins_deps = [
|
|||
dependency('cairo'),
|
||||
]
|
||||
|
||||
dep_lm = c_compiler.find_library('m', required : true)
|
||||
|
||||
deps = [
|
||||
plugins_deps,
|
||||
dependency('gio-unix-2.0'),
|
||||
|
@ -48,6 +50,7 @@ deps = [
|
|||
dependency('pangocairo'),
|
||||
dependency('xkbcommon'),
|
||||
dependency('gdk-pixbuf-2.0'),
|
||||
dep_lm,
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue