mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27: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
|
default y
|
||||||
depends on BR2_PACKAGE_SAMBA
|
depends on BR2_PACKAGE_SAMBA
|
||||||
depends on BR2_PACKAGE_AVAHI_DAEMON
|
depends on BR2_PACKAGE_AVAHI_DAEMON
|
||||||
depends on BR2_PACKAGE_DBUS
|
select BR2_PACKAGE_DBUS
|
||||||
help
|
help
|
||||||
Include support for avahi
|
Include support for avahi
|
||||||
|
|
||||||
comment "support avahi - disabled (requires avahi-daemon/dbus)"
|
comment "support avahi - disabled (requires avahi-daemon)"
|
||||||
depends on !BR2_PACKAGE_AVAHI_DAEMON || !BR2_PACKAGE_DBUS
|
depends on !BR2_PACKAGE_AVAHI_DAEMON
|
||||||
|
|
||||||
config BR2_PACKAGE_SAMBA_GAMIN
|
config BR2_PACKAGE_SAMBA_GAMIN
|
||||||
bool "support gamin"
|
bool "support gamin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user