mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04: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',
|
'vt.c', 'vt.h',
|
||||||
'wayland.c', 'wayland.h',
|
'wayland.c', 'wayland.h',
|
||||||
wl_proto_src + wl_proto_headers, version,
|
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],
|
tllist, fcft],
|
||||||
install: true)
|
install: true)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue