summaryrefslogtreecommitdiffstats
path: root/src/util/tests/timespec
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/tests/timespec')
-rw-r--r--src/util/tests/timespec/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/tests/timespec/meson.build b/src/util/tests/timespec/meson.build
index aa801bee188..c685db5fd99 100644
--- a/src/util/tests/timespec/meson.build
+++ b/src/util/tests/timespec/meson.build
@@ -23,9 +23,8 @@ test(
executable(
'timespec_test',
'timespec_test.cpp',
- dependencies : [dep_thread, dep_dl, idep_gtest],
+ dependencies : [dep_thread, dep_dl, idep_gtest, idep_mesautil],
include_directories : inc_common,
- link_with : [libmesa_util],
),
suite : ['util'],
)