diff options
author | Eric Engestrom <[email protected]> | 2019-07-23 11:25:53 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-03 00:08:37 +0000 |
commit | 178811d8f6a2a449069830b38d3feae0d34f962a (patch) | |
tree | 0aa2328d06cf2fecf30aa59f53ff71c2cb87adc3 /src/panfrost | |
parent | d2d85b950d78c553b2694cda9ef0cc7bf9a0f737 (diff) |
meson: drop unused dep_{thread,dl}
Unused as of last commit.
Signed-off-by: Eric Engestrom <[email protected]>
Acked-by: Eric Anholt <[email protected]>
Tested-by: Vinson Lee <[email protected]>
Diffstat (limited to 'src/panfrost')
-rw-r--r-- | src/panfrost/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/panfrost/meson.build b/src/panfrost/meson.build index 435c64d354a..3d5bc6f04a6 100644 --- a/src/panfrost/meson.build +++ b/src/panfrost/meson.build @@ -48,7 +48,6 @@ pandecode = executable( files_pandecode, include_directories : [inc_common, inc_include, inc_src, inc_panfrost], dependencies : [ - dep_thread, idep_mesautil, ], build_by_default : true @@ -68,7 +67,6 @@ bifrost_compiler = executable( inc_panfrost, ], dependencies : [ - dep_thread, idep_nir, idep_mesautil, ], |