mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04: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:
committed by
Rosen Penev
parent
60ac7dd751
commit
5a5bb15949
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user