summaryrefslogtreecommitdiff
path: root/package/avahi/Config.in.lib
diff options
context:
space:
mode:
Diffstat (limited to 'package/avahi/Config.in.lib')
-rw-r--r--package/avahi/Config.in.lib18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/avahi/Config.in.lib b/package/avahi/Config.in.lib
new file mode 100644
index 000000000..abfbdc426
--- /dev/null
+++ b/package/avahi/Config.in.lib
@@ -0,0 +1,18 @@
+config ADK_PACKAGE_LIBAVAHI
+ prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)"
+ tristate
+ default n
+ select ADK_COMPILE_AVAHI
+ help
+ Avahi is a system which facilitates service discovery on a local network --
+ this means that you can plug your laptop or computer into a network and
+ instantly be able to view other people who you can chat with, find printers
+ to print to or find files being shared. This kind of technology is already
+ found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
+ and is very convenient.
+
+ http://www.freedesktop.org/Software/Avahi
+
+ This package contains the mDNS/DNS-SD shared libraries, used by other programs.
+
+