]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix build error of test-dnssec-complex
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 21 Mar 2021 04:58:12 +0000 (13:58 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 21 Mar 2021 12:18:44 +0000 (13:18 +0100)
Fixes #19065.

src/resolve/meson.build

index 0392ad98742df9ad233e2389adf051c5ecca5a4e..e0568d71acab878041dc241c03a81167ee1cb8aa 100644 (file)
@@ -210,9 +210,13 @@ tests += [
           libgpg_error,
           libm]],
 
-        [['src/resolve/test-dnssec-complex.c',
-          'src/resolve/dns-type.c'],
-         [], [], resolve_includes, '', 'manual'],
+        [['src/resolve/test-dnssec-complex.c'],
+         [libsystemd_resolve_core,
+          libshared],
+         [libgcrypt,
+          libgpg_error,
+          libm],
+         [], '', 'manual'],
 ]
 
 fuzzers += [