Fix test-loop on FreeBSD by linking to epoll-shim

This commit is contained in:
Gleb Popov 2024-09-21 20:33:34 +03:00 committed by Wim Taymans
parent 44d92c21e5
commit ac279fc774

View file

@ -79,7 +79,7 @@ test('test-loop',
executable('test-loop', executable('test-loop',
'test-loop.c', 'test-loop.c',
include_directories: pwtest_inc, include_directories: pwtest_inc,
dependencies: [ spa_dep ], dependencies: [ spa_dep, epoll_shim_dep ],
link_with: pwtest_lib) link_with: pwtest_lib)
) )