board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / alljoyn / Config.in
blob6eb417daf86eda3b13b6e120fa11cc8841832db5
1 config BR2_PACKAGE_ALLJOYN
2         bool "alljoyn"
3         depends on BR2_USE_MMU # fork()
4         depends on !BR2_STATIC_LIBS
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_TOOLCHAIN_HAS_SYNC_4
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         depends on BR2_USE_WCHAR
9         select BR2_PACKAGE_LIBCAP
10         select BR2_PACKAGE_OPENSSL
11         help
12           The AllJoyn framework defines a common way for devices and
13           apps to communicate with one another regardless of brands,
14           categories, transports, and OSes. Developers write
15           applications that discover nearby devices, and communicate
16           with each other directly and through the cloud, unleashing
17           new possibilities in the Internet of Things.
19           https://allseenalliance.org
21 comment "alljoyn needs a toolchain w/ C++, threads, wchar and dynamic library"
22         depends on BR2_USE_MMU
23         depends on BR2_TOOLCHAIN_HAS_SYNC_4
24         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
25                 !BR2_USE_WCHAR || BR2_STATIC_LIBS