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
0f15f0ba43
commit
6c817d309e
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ executable(
|
|||
'vt.c', 'vt.h',
|
||||
'wayland.c', 'wayland.h',
|
||||
wl_proto_src + wl_proto_headers, version,
|
||||
dependencies: [threads, math, pixman, wayland_client, wayland_cursor, xkb,
|
||||
dependencies: [threads, pixman, wayland_client, wayland_cursor, xkb,
|
||||
tllist, fcft],
|
||||
install: true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue