From 178811d8f6a2a449069830b38d3feae0d34f962a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 23 Jul 2019 11:25:53 +0100 Subject: meson: drop unused dep_{thread,dl} Unused as of last commit. Signed-off-by: Eric Engestrom Acked-by: Eric Anholt Tested-by: Vinson Lee --- src/gallium/tests/unit/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/tests/unit/meson.build') diff --git a/src/gallium/tests/unit/meson.build b/src/gallium/tests/unit/meson.build index 75ad10852fc..d4f3aed0877 100644 --- a/src/gallium/tests/unit/meson.build +++ b/src/gallium/tests/unit/meson.build @@ -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. -- cgit v1.2.3