Skip to content

Commit

Permalink
multimedia/pipewire: Fix build on 12.3-RELEASE
Browse files Browse the repository at this point in the history
Reported by:	pkg-fallout
  • Loading branch information
arrowd committed May 5, 2022
1 parent 807dfa8 commit dc06067
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions multimedia/pipewire/files/patch-test_meson.build
@@ -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)
)

0 comments on commit dc06067

Please sign in to comment.