[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] meson: use proper type for bools
PulseAudio Marge Bot (@pulseaudio-merge-bot)
gitlab at gitlab.freedesktop.org
Tue Sep 27 08:49:12 UTC 2022
PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits:
68a0603d by wael at 2022-09-21T07:06:45+00:00
meson: use proper type for bools
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/749>
- - - - -
1 changed file:
- meson_options.txt
Changes:
=====================================
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
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/68a0603d7688e7908d7178ea749428ab2c453a35
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/68a0603d7688e7908d7178ea749428ab2c453a35
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20220927/23bb892f/attachment.htm>
More information about the pulseaudio-commits
mailing list