docs/manual: document the br2-external desc: field
[buildroot-gz.git] / package / alljoyn-tcl / Config.in
blobfe54af08d4d5c1962bc05f7e880cbf694995c627
1 config BR2_PACKAGE_ALLJOYN_TCL
2         bool "alljoyn-tcl"
3         depends on !BR2_STATIC_LIBS
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           The AllJoyn framework defines a common way for devices and
7           apps to communicate with one another regardless of brands,
8           categories, transports, and OSes. Developers write
9           applications that discover nearby devices, and communicate
10           with each other directly and through the cloud, unleashing
11           new possibilities in the Internet of Things.
13           AllJoyn Thin Core Library (AJTCL) is designed to bring the
14           benefits of the AllJoyn distributed programming environment
15           to embedded systems.
17           https://allseenalliance.org
19 comment "alljoyn-tcl needs a toolchain w/ threads and dynamic library"
20         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS