diff options
Diffstat (limited to 'src/resolve/meson.build')
-rw-r--r-- | src/resolve/meson.build | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/resolve/meson.build b/src/resolve/meson.build index c06cc997ad..f0bbce49c4 100644 --- a/src/resolve/meson.build +++ b/src/resolve/meson.build @@ -149,7 +149,7 @@ tests += [ basic_dns_sources, dns_type_headers, 'src/shared/test-tables.h'], - [libshared], + [], [libgcrypt, libm], 'ENABLE_RESOLVED'], @@ -157,7 +157,7 @@ tests += [ [['src/resolve/test-dns-packet.c', basic_dns_sources, dns_type_headers], - [libshared], + [], [libgcrypt, libm], 'ENABLE_RESOLVED'], @@ -165,7 +165,7 @@ tests += [ [['src/resolve/test-dnssec.c', basic_dns_sources, dns_type_headers], - [libshared], + [], [libgcrypt, libm], 'ENABLE_RESOLVED'], @@ -173,8 +173,7 @@ tests += [ [['src/resolve/test-dnssec-complex.c', 'src/resolve/dns-type.c', dns_type_headers], - [libshared, - libsystemd_internal], + [], [], 'ENABLE_RESOLVED', 'manual'], ] |