1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

multimedia/pipewire: Fix build on 12.3-RELEASE

Reported by:	pkg-fallout
This commit is contained in:
Gleb Popov 2022-05-05 09:09:48 +03:00
parent 807dfa8d83
commit dc06067b28

View File

@ -0,0 +1,11 @@
--- test/meson.build.orig 2022-04-27 17:59:21 UTC
+++ test/meson.build
@@ -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)
)