From 68a0603d7688e7908d7178ea749428ab2c453a35 Mon Sep 17 00:00:00 2001 From: wael <40663@proton.me> Date: Wed, 21 Sep 2022 07:06:45 +0000 Subject: meson: use proper type for bools Part-of: --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index e7160a3a7..0ab985d2a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -169,7 +169,7 @@ option('x11', type : 'feature', value : 'auto', description : 'Optional X11 support') option('enable-smoother-2', - type : 'boolean', value : 'true', + type : 'boolean', value : true, description : 'Use alternative time smoother implementation') # Echo cancellation -- cgit v1.2.1