From: Fred Morcos Date: Thu, 21 Mar 2024 11:16:17 +0000 (+0100) Subject: Meson: Fix when unit-tests-backends is enabled but module-remote isn't X-Git-Tag: rec-5.1.0-alpha1~80^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d814d87fda6c9876565f4ddb858b015d3d6353;p=thirdparty%2Fpdns.git Meson: Fix when unit-tests-backends is enabled but module-remote isn't --- diff --git a/meson.build b/meson.build index 3c860086e6..780e28df69 100644 --- a/meson.build +++ b/meson.build @@ -934,7 +934,7 @@ if get_option('unit-tests') ) endif -if get_option('unit-tests-backends') +if get_option('module-remote') != 'disabled' and get_option('unit-tests-backends') libpdns_module_remotebackend_test_common = declare_dependency( link_whole: static_library( 'pdns-test-remotebackend',