From: Fred Morcos Date: Wed, 16 Aug 2023 10:01:50 +0000 (+0200) Subject: Meson: Cleanup the KISS RNG module X-Git-Tag: rec-5.1.0-alpha1~80^2~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03f1e98aea54de84b93dcf0ef6f5e5ec95c16b0c;p=thirdparty%2Fpdns.git Meson: Cleanup the KISS RNG module --- diff --git a/meson/kiss-rng/meson.build b/meson/kiss-rng/meson.build index 86e65c467b..d11cdad9a6 100644 --- a/meson/kiss-rng/meson.build +++ b/meson/kiss-rng/meson.build @@ -1,7 +1,3 @@ -# Unsafe KISS RNG ------------------------------------------------------------------------ -# Inputs: conf - opt_kiss_rng = get_option('rng-kiss') - -conf.set10('HAVE_KISS_RNG', opt_kiss_rng, description: 'Use the unsafe KISS RNG') -summary('Unsafe KISS RNG', opt_kiss_rng, section: 'Configuration') +conf.set('HAVE_KISS_RNG', opt_kiss_rng, description: 'Use the unsafe KISS RNG') +summary('Unsafe KISS RNG', opt_kiss_rng, bool_yn: true, section: 'Configuration')