1 config BR2_PACKAGE_ALLJOYN_TCL
3 depends on !BR2_STATIC_LIBS
4 depends on BR2_TOOLCHAIN_HAS_THREADS
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
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