bu5hm4n pushed a commit to branch feature/meson. http://git.enlightenment.org/core/efl.git/commit/?id=b76d8ece0e74d31d17ae32bb98973092452ca2e5
commit b76d8ece0e74d31d17ae32bb98973092452ca2e5 Author: Marcel Hollerbach <[email protected]> Date: Thu Dec 21 20:31:16 2017 +0100 eina: make sure valgrind is available all the time --- src/lib/eina/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build index c7ec72afac..272810af12 100644 --- a/src/lib/eina/meson.build +++ b/src/lib/eina/meson.build @@ -231,6 +231,7 @@ if use_valgrind eina_deps += valgrind else config_h.set('NVALGRIND', 1) + valgrind = [] endif if debug_malloc --
