|
Revision 2938, 0.7 kB
(checked in by wbx, 5 years ago)
|
separate avahi lib in the menu
|
| Line | |
|---|
| 1 |
config FWRT_PACKAGE_LIBAVAHI |
|---|
| 2 |
prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)" |
|---|
| 3 |
tristate |
|---|
| 4 |
default n |
|---|
| 5 |
select FWRT_COMPILE_AVAHI |
|---|
| 6 |
help |
|---|
| 7 |
Avahi is a system which facilitates service discovery on a local network -- |
|---|
| 8 |
this means that you can plug your laptop or computer into a network and |
|---|
| 9 |
instantly be able to view other people who you can chat with, find printers |
|---|
| 10 |
to print to or find files being shared. This kind of technology is already |
|---|
| 11 |
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') |
|---|
| 12 |
and is very convenient. |
|---|
| 13 |
|
|---|
| 14 |
http://www.freedesktop.org/Software/Avahi |
|---|
| 15 |
|
|---|
| 16 |
This package contains the mDNS/DNS-SD shared libraries, used by other programs. |
|---|
| 17 |
|
|---|
| 18 |
|
|---|