summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwael <40663@proton.me>2022-09-21 07:06:45 +0000
committerwael <40663@proton.me>2022-09-21 07:06:45 +0000
commit68a0603d7688e7908d7178ea749428ab2c453a35 (patch)
treefd444634f8a15857d0b5cdda1add0f66af2103c0
parent8fe50bbc31e11abf2f30864f1e2dbdaa16d0e1c3 (diff)
downloadpulseaudio-68a0603d7688e7908d7178ea749428ab2c453a35.tar.gz
meson: use proper type for bools
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/749>
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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