mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
$ daemon -f pipewire $ /usr/local/libexec/xdg-desktop-portal-wlr [ERROR] - pipewire: couldn't connect to context [ERROR] - xdpw: failed to initialize screencast 'impl->enter_count > 0' failed at ../spa/plugins/support/loop.c:362 loop_leave() PR: 273258 Regressed by: https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/01096bf6695a
8 lines
336 B
Text
8 lines
336 B
Text
--- spa/plugins/meson.build.orig 2023-10-06 09:37:06 UTC
|
|
+++ spa/plugins/meson.build
|
|
@@ -1,4 +1,4 @@
|
|
-if alsa_dep.found() and host_machine.system() == 'linux'
|
|
+if alsa_dep.found()
|
|
subdir('alsa')
|
|
endif
|
|
if get_option('avb').require(host_machine.system() == 'linux', error_message: 'AVB support is only available on Linux').allowed()
|