OSDN Git Service

meson: Drop stale comment about making valgrind conditional.
authorEric Anholt <eric@anholt.net>
Wed, 8 Nov 2017 19:54:24 +0000 (11:54 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 9 Nov 2017 17:40:25 +0000 (09:40 -0800)
It was fixed in 5c2ff5773a707519f6a773126f201c4e1e8a42d7.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Tested-by: Timothy Arceri <tarceri@itsqueeze.com>
meson.build

index d8a8bb0..ce97fa9 100644 (file)
@@ -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()