summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/graw/meson.build')
-rw-r--r--src/gallium/tests/graw/meson.build2
1 files changed, 1 insertions, 1 deletions
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