mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
samba: avahi: replace dependency on dbus by select
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
cc57dfebac
commit
25728f9a57
@ -249,12 +249,12 @@ config BR2_PACKAGE_SAMBA_AVAHI
|
||||
default y
|
||||
depends on BR2_PACKAGE_SAMBA
|
||||
depends on BR2_PACKAGE_AVAHI_DAEMON
|
||||
depends on BR2_PACKAGE_DBUS
|
||||
select BR2_PACKAGE_DBUS
|
||||
help
|
||||
Include support for avahi
|
||||
|
||||
comment "support avahi - disabled (requires avahi-daemon/dbus)"
|
||||
depends on !BR2_PACKAGE_AVAHI_DAEMON || !BR2_PACKAGE_DBUS
|
||||
comment "support avahi - disabled (requires avahi-daemon)"
|
||||
depends on !BR2_PACKAGE_AVAHI_DAEMON
|
||||
|
||||
config BR2_PACKAGE_SAMBA_GAMIN
|
||||
bool "support gamin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user