meson: drop unused dep_{thread,dl}
Unused as of last commit. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Eric Anholt <eric@anholt.net> Tested-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:

committed by
Eric Engestrom

parent
d2d85b950d
commit
178811d8f6
@@ -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'),
|
||||
|
Reference in New Issue
Block a user