mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -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',
|
language: 'c',
|
||||||
)
|
)
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
|
||||||
math = cc.find_library('m')
|
|
||||||
|
|
||||||
threads = dependency('threads')
|
threads = dependency('threads')
|
||||||
pixman = dependency('pixman-1')
|
pixman = dependency('pixman-1')
|
||||||
wayland_protocols = dependency('wayland-protocols')
|
wayland_protocols = dependency('wayland-protocols')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue