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:
Greg V 2020-04-02 17:31:41 +03:00 committed by PulseAudio Marge Bot
parent 6cc1f1d91c
commit 3e6ba5b000

View file

@ -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