meson: add idep_mesautil to components using simple_mtx.h
If valgrind is installed, these components need to find valgrind.h.
Fixes: 53f7d539cd ("util: Add helgrind support for simple_mtx")
Closes: #3876
Acked-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
@@ -71,7 +71,7 @@ libglcpp_standalone = static_library(
|
||||
glcpp = executable(
|
||||
'glcpp',
|
||||
'glcpp.c',
|
||||
dependencies : [dep_m, idep_getopt],
|
||||
dependencies : [dep_m, idep_getopt, idep_mesautil],
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
link_with : [libglcpp_standalone, libglsl_util],
|
||||
c_args : [no_override_init_args, c_msvc_compat_args],
|
||||
|
||||
Reference in New Issue
Block a user