aboutsummaryrefslogtreecommitdiff
path: root/sound/pulseaudio
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2022-10-29 23:41:11 +0200
committerRosen Penev <rosenp@gmail.com>2022-11-01 07:15:22 -0700
commit5a5bb15949f7cf0abb717245bc23508af2c48ed9 (patch)
tree10b774b51e9f805baa724e82917f812a5c607283 /sound/pulseaudio
parent60ac7dd751240fa096a85794023b18f26a8317da (diff)
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 <pepe.schlehofer@gmail.com>
Diffstat (limited to 'sound/pulseaudio')
-rw-r--r--sound/pulseaudio/Makefile1
1 files changed, 1 insertions, 0 deletions
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