aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()