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:
parent
807dfa8d83
commit
dc06067b28
11
multimedia/pipewire/files/patch-test_meson.build
Normal file
11
multimedia/pipewire/files/patch-test_meson.build
Normal 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)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user