summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/meson.build b/src/tests/meson.build
index f0500467f..5caf3abe6 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -163,7 +163,7 @@ endif
if cc.has_function('pthread_setaffinity_np', dependencies : thread_dep)
norun_tests += [
[ 'atomic-test', 'atomic-test.c',
- [ check_dep, libpulsecommon_dep ] ]
+ [ check_dep, libpulsecommon_dep, thread_dep ] ]
]
endif