meson: drop unused dep_{thread,dl}
[mesa.git] / src / gallium / tests / unit / meson.build
index 75ad10852fc1b9dd52e260f3104d45d8a82d715b..d4f3aed08775b7ae0a44aa8022486e6133f2aacc 100644 (file)
@@ -25,7 +25,7 @@ foreach t : ['pipe_barrier_test', 'u_cache_test', 'u_half_test',
     '@0@.c'.format(t),
     include_directories : inc_common,
     link_with : libgallium,
-    dependencies : [idep_mesautil, dep_thread],
+    dependencies : idep_mesautil,
     install : false,
   )
   # u_cache_test is slow, and translate_test fails.