Module: Mesa Branch: master Commit: 4c94607c2100e6d7126654819266ba33537a84e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c94607c2100e6d7126654819266ba33537a84e7
Author: Eric Anholt <[email protected]> Date: Wed Nov 8 11:54:24 2017 -0800 meson: Drop stale comment about making valgrind conditional. It was fixed in 5c2ff5773a707519f6a773126f201c4e1e8a42d7. Reviewed-by: Dylan Baker <[email protected]> Tested-by: Timothy Arceri <[email protected]> --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index d8a8bb0066..ce97fa95af 100644 --- a/meson.build +++ b/meson.build @@ -695,7 +695,6 @@ if with_glvnd pre_args += '-DUSE_LIBGLVND=1' endif -# TODO: make this conditional if with_valgrind != 'false' dep_valgrind = dependency('valgrind', required : with_valgrind == 'true') if dep_valgrind.found() _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
