diff options
author | Dylan Baker <[email protected]> | 2018-06-12 09:03:28 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-06-13 10:07:03 -0700 |
commit | 9cc577761ff1165e0b99d3ceaa936b342dea10b1 (patch) | |
tree | a5d6971d490bdbc5cc8b69fe12c61c71a4a4957c /meson.build | |
parent | 0ce3f3538bd91d2568481f853a692b7711f9340d (diff) |
meson: Remove various completed todos
v3: - Remove "won't do" todos, so only completed todo's are now removed.
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Matt Turner <[email protected]> (v2)
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meson.build b/meson.build index bee526a4f22..aefb9f3c85e 100644 --- a/meson.build +++ b/meson.build @@ -1217,8 +1217,6 @@ if get_option('selinux') pre_args += '-DMESA_SELINUX' endif -# TODO: llvm-prefix and llvm-shared-libs - if with_libunwind != 'false' dep_unwind = dependency('libunwind', required : with_libunwind == 'true') if dep_unwind.found() @@ -1228,8 +1226,6 @@ else dep_unwind = null_dep endif -# TODO: gallium-hud - if with_osmesa != 'none' if with_osmesa == 'classic' and not with_dri_swrast error('OSMesa classic requires dri (classic) swrast.') @@ -1354,10 +1350,6 @@ else dep_lmsensors = null_dep endif -# TODO: various libdirs - -# TODO: gallium driver dirs - foreach a : pre_args add_project_arguments(a, language : ['c', 'cpp']) endforeach |