Skip to content

build-sys: Add an option for enabling/disabling Valgrind

Tanu Kaskinen requested to merge tanuk/pulseaudio:valgrind-check into master

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.

Merge request reports