mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Fix test-loop on FreeBSD by linking to epoll-shim
This commit is contained in:
parent
bdbf3c563b
commit
a4bcd2a193
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ test('test-loop',
|
|||
executable('test-loop',
|
||||
'test-loop.c',
|
||||
include_directories: pwtest_inc,
|
||||
dependencies: [ spa_dep ],
|
||||
dependencies: [ spa_dep, epoll_shim_dep ],
|
||||
link_with: pwtest_lib)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue