mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: we don't need -lm anymore
This commit is contained in:
parent
bb425be8ac
commit
d179287fb0
1 changed files with 0 additions and 3 deletions
|
|
@ -15,9 +15,6 @@ add_project_arguments(
|
|||
language: 'c',
|
||||
)
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
math = cc.find_library('m')
|
||||
|
||||
threads = dependency('threads')
|
||||
pixman = dependency('pixman-1')
|
||||
wayland_protocols = dependency('wayland-protocols')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue