From: Fred Morcos Date: Fri, 22 Mar 2024 11:12:31 +0000 (+0100) Subject: Revert "Meson: Fix missing dependency for auth testrunner" X-Git-Tag: rec-5.1.0-alpha1~80^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c443592fa125d9ec997c59486ac0516e95c493;p=thirdparty%2Fpdns.git Revert "Meson: Fix missing dependency for auth testrunner" This reverts commit 11d125e5cdc5515beeef370e594562f4028bb8b4. --- diff --git a/meson.build b/meson.build index 51320bb304..ce9ecc634f 100644 --- a/meson.build +++ b/meson.build @@ -827,7 +827,6 @@ if get_option('unit-tests') 'pdns-auth-testrunner': { 'main': src_dir / 'testrunner.cc', 'deps-extra': [ - dep_boost_test, libpdns_test, libpdns_signers_openssl, libpdns_signers_decaf,