diff options
author | Eric Engestrom <[email protected]> | 2019-07-19 15:00:35 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-07-19 23:03:42 +0100 |
commit | 0e34e1a0ce4741797451648ccad6e634eb4e7a37 (patch) | |
tree | 10d1b4aa45a6063c8c2eb4d4c9e3a34f76c4a9f1 | |
parent | 6f8b5872ab9238a3b3965c43edb6a5c9192d470d (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Tested-by: Vinson Lee <[email protected]>
-rw-r--r-- | src/mesa/state_tracker/tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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'], ) |