mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -05:00
build-sys: meson: add missing pthread dependency on alsa tests
For symbol 'pthread_setschedparam' Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/277>
This commit is contained in:
parent
6cc1f1d91c
commit
3e6ba5b000
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ endif
|
|||
|
||||
if alsa_dep.found()
|
||||
norun_tests += [
|
||||
[ 'alsa-time-test', 'alsa-time-test.c', [ alsa_dep ] ]
|
||||
[ 'alsa-time-test', 'alsa-time-test.c', [ alsa_dep, thread_dep ] ]
|
||||
]
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue