From 6ea10bdb73f917e5bcabeb12b4a6fe22899b3958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 21 Nov 2021 19:56:30 +0100 Subject: [PATCH] test: meson: link with tllist --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 386f99bc..29efb94e 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -15,7 +15,7 @@ if check.found() '../tokenize.c', '../tokenize.h', '../user-notification.c', '../user-notification.h', wl_proto_headers, - dependencies: [check, pixman, xkb, fcft], + dependencies: [check, pixman, xkb, fcft, tllist], link_with: [common] ) test('foot', foot_test)