From c38b3ec7705e413bae7b19cb1007caeaa30e77d7 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Mon, 20 Jul 2020 18:41:32 +0100 Subject: [PATCH] tests/meson.build: fix build (issue #1) --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/meson.build b/tests/meson.build index 1cfc5e2a..de7d3087 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -20,6 +20,7 @@ foreach t : rcxml_tests exe = executable( testname, sources: [t, 'tap.c'], + dependencies: [wlroots], include_directories: [labwc_inc], link_with: [rcxml_lib], )