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/compiler/glsl/meson.build | |
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/compiler/glsl/meson.build')
-rw-r--r-- | src/compiler/glsl/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/meson.build b/src/compiler/glsl/meson.build index ce6744eec66..3f5f2463e47 100644 --- a/src/compiler/glsl/meson.build +++ b/src/compiler/glsl/meson.build @@ -241,7 +241,7 @@ libglsl_standalone = static_library( cpp_args : [cpp_vis_args, cpp_msvc_compat_args], include_directories : [inc_common], link_with : [libglsl, libglsl_util], - dependencies : [dep_thread, idep_mesautil], + dependencies : idep_mesautil, build_by_default : false, ) |