From: Eric Engestrom Date: Fri, 19 Jul 2019 14:00:35 +0000 (+0100) Subject: mesa/tests: add missing dep_thread X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e34e1a0ce4741797451648ccad6e634eb4e7a37;p=mesa.git mesa/tests: add missing dep_thread Fixes: f8c27c277585141f2d27 ("state_tracker: Move the format test out to be an actual unit test.") Signed-off-by: Eric Engestrom Reviewed-by: Eric Anholt Tested-by: Vinson Lee --- diff --git a/src/mesa/state_tracker/tests/meson.build b/src/mesa/state_tracker/tests/meson.build index c01ad850e47..441de8d2796 100644 --- a/src/mesa/state_tracker/tests/meson.build +++ b/src/mesa/state_tracker/tests/meson.build @@ -35,6 +35,7 @@ test( libmesa_st_test_common, libmesa_gallium, libglapi, libgallium, libmesa_util, ], + dependencies : dep_thread, ), suite : ['st_mesa'], )