mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
pulseaudio: remove the ConsoleKit module
The ConsoleKit module is loaded by default from the default.pa configuration file, but its initialization fails because Buildroot has no ConsoleKit package yet. This breaks per-user pulseaudio daemon. The default.pa configuration load module-console-kit only when it exists. Remove module-console-kit to fix pulseaudio per-user startup. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
18c9cda6e4
commit
64dab3c672
@ -140,11 +140,17 @@ else
|
|||||||
PULSEAUDIO_CONF_OPTS += --disable-x11
|
PULSEAUDIO_CONF_OPTS += --disable-x11
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# ConsoleKit module init failure breaks user daemon startup
|
||||||
|
define PULSEAUDIO_REMOVE_CONSOLE_KIT
|
||||||
|
rm -f $(TARGET_DIR)/usr/lib/pulse-$(PULSEAUDIO_VERSION)/modules/module-console-kit.so
|
||||||
|
endef
|
||||||
|
|
||||||
define PULSEAUDIO_REMOVE_VALA
|
define PULSEAUDIO_REMOVE_VALA
|
||||||
rm -rf $(TARGET_DIR)/usr/share/vala
|
rm -rf $(TARGET_DIR)/usr/share/vala
|
||||||
endef
|
endef
|
||||||
|
|
||||||
PULSEAUDIO_POST_INSTALL_TARGET_HOOKS += PULSEAUDIO_REMOVE_VALA
|
PULSEAUDIO_POST_INSTALL_TARGET_HOOKS += PULSEAUDIO_REMOVE_VALA \
|
||||||
|
PULSEAUDIO_REMOVE_CONSOLE_KIT
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PULSEAUDIO_DAEMON),y)
|
ifeq ($(BR2_PACKAGE_PULSEAUDIO_DAEMON),y)
|
||||||
define PULSEAUDIO_USERS
|
define PULSEAUDIO_USERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user