diff options
Diffstat (limited to 'package/avahi/Config.in')
-rw-r--r-- | package/avahi/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in index e2f8c53f8..60fd50f7c 100644 --- a/package/avahi/Config.in +++ b/package/avahi/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_AVAHI bool "avahi" # libdaemon uses fork() depends on BR2_USE_MMU + depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE help Avahi is a system which facilitates service @@ -32,3 +33,6 @@ config BR2_PACKAGE_AVAHI_DAEMON architecture (also known as "Rendezvous" or "Bonjour"). The daemon registers local IP addresses and services using mDNS/DNS-SD. + +comment "avahi requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS |