]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop libgcrypt dep from resolved tests
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 3 Dec 2021 12:11:01 +0000 (13:11 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 8 Dec 2021 01:00:56 +0000 (01:00 +0000)
Follow-up for pull request #21170.

I hoped that we would drop libgcrypt fully and drop all references to the
library in meson, but this doesn't seem feasible (because of the use in
sd-journal). But let's remove it here, all the resolved code has been switched
to work either of the two libraries.

src/resolve/meson.build

index d4534cb4a9d87ff92179096ff0697ad3ea6a5871..4d717f1964130fc002e556486f80c2fb766b2a26 100644 (file)
@@ -177,7 +177,6 @@ tests += [
          [libsystemd_resolve_core,
           libshared],
          [lib_openssl_or_gcrypt,
-          libgcrypt,
           libgpg_error,
           libm]],
 
@@ -185,7 +184,6 @@ tests += [
          [libsystemd_resolve_core,
           libshared],
          [lib_openssl_or_gcrypt,
-          libgcrypt,
           libgpg_error,
           libm]],
 
@@ -195,7 +193,6 @@ tests += [
          [libsystemd_resolve_core,
           libshared],
          [lib_openssl_or_gcrypt,
-          libgcrypt,
           libgpg_error,
           libm]],
 
@@ -203,7 +200,6 @@ tests += [
          [libsystemd_resolve_core,
           libshared],
          [lib_openssl_or_gcrypt,
-          libgcrypt,
           libgpg_error,
           libm]],
 
@@ -211,7 +207,6 @@ tests += [
          [libsystemd_resolve_core,
           libshared],
          [lib_openssl_or_gcrypt,
-          libgcrypt,
           libgpg_error,
           libm],
          [], 'HAVE_OPENSSL_OR_GCRYPT'],
@@ -220,7 +215,6 @@ tests += [
          [libsystemd_resolve_core,
           libshared],
          [lib_openssl_or_gcrypt,
-          libgcrypt,
           libgpg_error,
           libm],
          [], '', 'manual'],
@@ -231,7 +225,6 @@ fuzzers += [
          [libsystemd_resolve_core,
           libshared],
          [lib_openssl_or_gcrypt,
-          libgcrypt,
           libgpg_error,
           libm]],
 ]