1
0
forked from brl/citadel
citadel/meta-gnome/recipes-freedesktop/pulseaudio/pulseaudio_12.%.bbappend
Bruce Leidl df84b16018 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.
2020-08-05 19:39:00 -04:00

7 lines
248 B
Plaintext

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"