freedreno/ir3: do better job of marking convergence points
[mesa.git] / src / compiler / meson.build
index 81ca02690032ec3a39f157182f720010ecc97c6b..108dc7eb10c1a39d41f57a4006818ccbb35ac58f 100644 (file)
@@ -63,7 +63,7 @@ subdir('nir')
 spirv2nir = executable(
   'spirv2nir',
   files('spirv/spirv2nir.c'),
-  dependencies : [dep_m, dep_thread, idep_nir, idep_mesautil],
+  dependencies : [dep_m, idep_nir, idep_mesautil],
   include_directories : [inc_common, inc_nir, include_directories('spirv')],
   c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
   build_by_default : with_tools.contains('nir'),