From 6c817d309e68c5da19c1dd2694e3a072ee9052f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 3 Dec 2019 21:16:41 +0100 Subject: [PATCH] meson: we don't need -lm anymore --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8ce8298b..cf1c59d1 100644 --- a/meson.build +++ b/meson.build @@ -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)