From 53f7d539cd93aff35f64a113a7f22fd91f1eb841 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Tue, 17 Nov 2020 11:29:52 -0800 Subject: util: Add helgrind support for simple_mtx Annoyingly mtypes.h pulls in simple_mtx, which means we end up needing to sprinkle a lot of idep_mesautil around. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3773 Signed-off-by: Rob Clark Reviewed-by: Kristian H. Kristensen Part-of: --- src/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 7deb202207a..8547d16dac5 100644 --- a/src/meson.build +++ b/src/meson.build @@ -35,6 +35,7 @@ libglsl_util = static_library( 'mesa/program/dummy_errors.c', ), include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux], + dependencies : dep_valgrind, gnu_symbol_visibility : 'hidden', build_by_default : false, ) -- cgit v1.2.3