]> git.mdlowis.com Git - proto/labwc.git/commitdiff
tests/meson.build: fix build (issue #1)
authorJohan Malm <jgm323@gmail.com>
Mon, 20 Jul 2020 17:41:32 +0000 (18:41 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 20 Jul 2020 17:41:32 +0000 (18:41 +0100)
tests/meson.build

index 1cfc5e2a50d0fdf89fced85a2469c07f4a1fce51..de7d3087cfca6096fa5c91146a3353a1a8cb97a1 100644 (file)
@@ -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],
   )