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>
(cherry picked from commit 5a5bb15949
)
This commit is contained in:
parent
6a4b1d195b
commit
05be550e75
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ endef
|
|||
define Package/pulseaudio-daemon
|
||||
$(call Package/pulseaudio-daemon/Default)
|
||||
VARIANT:=noavahi
|
||||
CONFLICTS:=pulseaudio-daemon-avahi
|
||||
endef
|
||||
|
||||
define Package/pulseaudio-daemon-avahi
|
||||
|
|
Loading…
Reference in a new issue