1 config BR2_PACKAGE_ALLJOYN_TCL_BASE
2 bool "alljoyn-tcl-base"
3 depends on !BR2_STATIC_LIBS
4 depends on BR2_TOOLCHAIN_HAS_THREADS # alljoyn-tcl
5 select BR2_PACKAGE_ALLJOYN_TCL
7 AllJoyn Base Services are common services used by many
8 devices, providing a set of interfaces for different devices
9 to interact and interoperate with one another.
11 Thin Client Library is designed to bring the benefits of the
12 AllJoyn distributed programming environment to embedded
15 https://allseenalliance.org
17 comment "alljoyn-tcl-base needs a toolchain w/ threads and dynamic library"
18 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS