|
@@ -2,6 +2,7 @@ config BR2_PACKAGE_AVAHI
|
|
bool "avahi"
|
|
bool "avahi"
|
|
# libdaemon uses fork()
|
|
# libdaemon uses fork()
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
help
|
|
help
|
|
Avahi is a system which facilitates service
|
|
Avahi is a system which facilitates service
|
|
@@ -32,3 +33,6 @@ config BR2_PACKAGE_AVAHI_DAEMON
|
|
architecture (also known as "Rendezvous" or "Bonjour").
|
|
architecture (also known as "Rendezvous" or "Bonjour").
|
|
The daemon registers local IP addresses and services using
|
|
The daemon registers local IP addresses and services using
|
|
mDNS/DNS-SD.
|
|
mDNS/DNS-SD.
|
|
|
|
+
|
|
|
|
+comment "avahi requires a toolchain with thread support"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|