build-sys: Add an option for enabling/disabling Valgrind
authorTanu Kaskinen <tanuk@iki.fi>
Fri, 14 Feb 2020 05:29:33 +0000 (07:29 +0200)
committerGeorg Chini <georg@chini.tk>
Wed, 9 Dec 2020 11:07:09 +0000 (11:07 +0000)
commitdc79f304ddc4a2bfcaf7b2d69fa5f1c28dc95ce8
treedbd5744218815b64d409ae2913e9673bd7d15454
parente43ca00d5255d81d2004bf33f30dab3843e8aa1d
build-sys: Add an option for enabling/disabling Valgrind

In OpenEmbedded the PulseAudio recipe currently disables Valgrind
support by passing "ac_cv_header_valgrind_memcheck_h=no" to the
configure script (this was added to make it deterministic whether
Valgrdind support gets enabled or not). I'm converting the PulseAudio
recipe to use Meson, and I needed an option to disable Valgrind.
meson.build
meson_options.txt