mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -05:00
meson: Add missing thread_dep to atomic-test
Otherwise it won't link.
/usr/bin/ld: /tmp/atomic-test.uzrv5D.ltrans0.ltrans.o:
undefined reference to symbol 'pthread_setaffinity_np@@GLIBC_2.3.4'
This commit is contained in:
parent
628f068788
commit
af5ae60b33
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue