aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/trivial/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/trivial/meson.build')
-rw-r--r--src/gallium/tests/trivial/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/trivial/meson.build b/src/gallium/tests/trivial/meson.build
index 7d8d430a7e2..bc6fbac47a9 100644
--- a/src/gallium/tests/trivial/meson.build
+++ b/src/gallium/tests/trivial/meson.build
@@ -24,7 +24,7 @@ foreach t : ['compute', 'tri', 'quad-tex']
'@[email protected]'.format(t),
include_directories : inc_common,
link_with : [libgallium, libpipe_loader_dynamic],
- dependencies : [idep_mesautil, dep_thread],
+ dependencies : idep_mesautil,
install : false,
)
endforeach