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 /src/egl/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 'src/egl/meson.build')
-rw-r--r-- | src/egl/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/meson.build b/src/egl/meson.build index 8d888d35aff..5f30bbba89a 100644 --- a/src/egl/meson.build +++ b/src/egl/meson.build @@ -140,8 +140,6 @@ if with_platform_haiku deps_for_egl += cpp.find_library('be') endif -# TODO: glvnd - if cc.has_function('mincore') c_args_for_egl += '-DHAVE_MINCORE' endif |