From: Fred Morcos Date: Wed, 16 Aug 2023 13:21:04 +0000 (+0200) Subject: Meson: Cleanup auth-tools module X-Git-Tag: rec-5.1.0-alpha1~80^2~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff7b69ab92ee9dc7ade3695e54bf63a8fdf8c512;p=thirdparty%2Fpdns.git Meson: Cleanup auth-tools module --- diff --git a/meson/auth-tools/meson.build b/meson/auth-tools/meson.build index 1ef7b4990a..ca0f5fa24e 100644 --- a/meson/auth-tools/meson.build +++ b/meson/auth-tools/meson.build @@ -1,6 +1,3 @@ -# Tools -# Inputs: conf - opt_tools = get_option('tools') -conf.set10('TOOLS', opt_tools, description: 'Whether we should build the extra tools') -summary('Build `tools`', opt_tools, section: 'Configuration') +conf.set('TOOLS', opt_tools, description: 'Build the extra tools') +summary('Build `tools`', opt_tools, bool_yn: true, section: 'Configuration')