meson: use proper type for bools

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/749>
This commit is contained in:
wael 2022-09-21 07:06:45 +00:00
parent 8fe50bbc31
commit 68a0603d76

View file

@ -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