ports/multimedia/pipewire/files/patch-spa_plugins_meson.build
Jan Beich d26cd48207 multimedia/pipewire: unbreak MEDIASESSION after ea9c61f863
$ 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
2023-10-11 19:05:10 +02:00

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()