mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
This commit is contained in:
@@ -24,7 +24,7 @@ config BR2_PACKAGE_AVAHI_DAEMON
|
||||
bool "mDNS/DNS-SD daemon"
|
||||
default n
|
||||
depends on BR2_PACKAGE_AVAHI
|
||||
depends BR2_PACKAGE_EXPAT
|
||||
depends on BR2_PACKAGE_EXPAT
|
||||
help
|
||||
The Avahi mDNS/DNS-SD daemon implementing Apple's ZeroConf
|
||||
architecture (also known as "Rendezvous" or "Bonjour").
|
||||
@@ -33,4 +33,4 @@ config BR2_PACKAGE_AVAHI_DAEMON
|
||||
|
||||
comment "mDNS/DNS-SD daemon - disabled (requires expat)"
|
||||
depends on BR2_PACKAGE_AVAHI
|
||||
depends !BR2_PACKAGE_EXPAT
|
||||
depends on !BR2_PACKAGE_EXPAT
|
||||
|
||||
Reference in New Issue
Block a user