mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-14 04:34:23 +08:00
meson: Drop stale comment about making valgrind conditional.
It was fixed in 5c2ff5773a
.
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Tested-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
d975e6940e
commit
4c94607c21
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user