From ff7b69ab92ee9dc7ade3695e54bf63a8fdf8c512 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 16 Aug 2023 15:21:04 +0200 Subject: [PATCH] Meson: Cleanup auth-tools module --- meson/auth-tools/meson.build | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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') -- 2.47.2