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/graw/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/tests/graw') diff --git a/src/gallium/tests/graw/meson.build b/src/gallium/tests/graw/meson.build index f8ed2bce3bc..9a1f4e7db00 100644 --- a/src/gallium/tests/graw/meson.build +++ b/src/gallium/tests/graw/meson.build @@ -31,6 +31,6 @@ foreach t : progs t + '.c', include_directories : inc_common, link_with : [libgraw, libgraw_util, libgallium], - dependencies : [dep_m, dep_thread, idep_mesautil], + dependencies : [dep_m, idep_mesautil], ) endforeach -- cgit v1.2.3