aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-11-08 11:54:24 -0800
committerEric Anholt <[email protected]>2017-11-09 09:40:25 -0800
commit4c94607c2100e6d7126654819266ba33537a84e7 (patch)
tree01f49c0dc4de335f7ebed8f43d01dd3760e78b38 /meson.build
parentd975e6940e2e511825a2feb31b5b1da7e6e23248 (diff)
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]>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d8a8bb00660..ce97fa95af7 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()