meson: we don't need -lm anymore

This commit is contained in:
Daniel Eklöf 2019-12-03 21:16:41 +01:00
parent 0f15f0ba43
commit 6c817d309e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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)