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)