diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-09-22 23:04:59 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-22 23:04:59 +0200 |
commit | 1ab5a23e730a19dece727ffe59ae97b65d0a1ccc (patch) | |
tree | 304fcfb98025d89b5c87bc0207804b7d8c11a0cb /package/avahi/Config.in | |
parent | 03ecca90d38448491f106c6555905de0d904fab0 (diff) | |
download | buildroot-1ab5a23e730a19dece727ffe59ae97b65d0a1ccc.tar.gz buildroot-1ab5a23e730a19dece727ffe59ae97b65d0a1ccc.zip |
avahi: add option to build the libdns_sd (Bonjour) compatibility library
As requested on the list.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/avahi/Config.in')
-rw-r--r-- | package/avahi/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in index 483d976c77..b52cc78ce5 100644 --- a/package/avahi/Config.in +++ b/package/avahi/Config.in @@ -35,6 +35,14 @@ config BR2_PACKAGE_AVAHI_DAEMON The daemon registers local IP addresses and services using mDNS/DNS-SD. +config BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY + bool "libdns_sd compatibility (Bonjour)" + depends on BR2_PACKAGE_AVAHI_DAEMON + select BR2_PACKAGE_DBUS + help + Enable the libdns_sd (Bonjour) compatibility library support + for legacy applications. + endif comment "avahi needs a toolchain w/ threads" |