Remove X11 support from Pulseaudio

Otherwise Pulseaudio client will attempt to connect to and load
configuration information from XServer which no longer works with
Wayland gnome and causes a deadlock during gnome shell initialization.
This commit is contained in:
Bruce Leidl 2020-08-05 19:25:27 -04:00
parent 92287e29fe
commit df84b16018

View File

@ -1 +1,6 @@
RDEPENDS_pulseaudio-server_remove = "pulseaudio-module-console-kit"
RDEPENDS_remove = "pulseaudio-module-x11-cork-request \
pulseaudio-module-x11-publish \
pulseaudio-module-x11-xsmp \
"
PACKAGECONFIG_remove = "x11"