mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 06:31:41 +08:00
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>
This commit is contained in:
parent
ab9e16d1a8
commit
cc873f6be3
@ -40,6 +40,7 @@ endef
|
|||||||
define Package/pulseaudio-daemon
|
define Package/pulseaudio-daemon
|
||||||
$(call Package/pulseaudio-daemon/Default)
|
$(call Package/pulseaudio-daemon/Default)
|
||||||
VARIANT:=noavahi
|
VARIANT:=noavahi
|
||||||
|
CONFLICTS:=pulseaudio-daemon-avahi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pulseaudio-daemon-avahi
|
define Package/pulseaudio-daemon-avahi
|
||||||
|
Loading…
Reference in New Issue
Block a user