From: Josef Schlehofer Date: Sat, 29 Oct 2022 21:41:11 +0000 (+0200) Subject: pulseaudio: daemons should conflict to each other X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5a5bb15949f7cf0abb717245bc23508af2c48ed9;p=openwrt-packages.git pulseaudio: daemons should conflict to each other It should not be possible to install pulseaudio-daemon and pulseadio-daemon-avahi at the same time as they have the same files. Let's avoid that situation by adding conflict. Signed-off-by: Josef Schlehofer --- diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index eb33759b2..d908cd1ca 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -40,6 +40,7 @@ endef define Package/pulseaudio-daemon $(call Package/pulseaudio-daemon/Default) VARIANT:=noavahi + CONFLICTS:=pulseaudio-daemon-avahi endef define Package/pulseaudio-daemon-avahi