b9960f81c7aca96a43330b0ee2c127d3d9f8be63
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / thrift / Config.in
1 config BR2_PACKAGE_THRIFT
2         bool "thrift"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_WCHAR
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         depends on BR2_ARCH_HAS_ATOMICS
7         depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
8         select BR2_PACKAGE_BOOST
9         select BR2_PACKAGE_LIBEVENT
10         select BR2_PACKAGE_OPENSSL
11         select BR2_PACKAGE_ZLIB
12         help
13           The Apache Thrift software framework, for scalable cross-language
14           services development, combines a software stack with a
15           code generation engine to build services that work
16           efficiently and seamlessly between C++, Java, Python, PHP, Ruby,
17           Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk,
18           OCaml and Delphi and other languages.
19
20           http://thrift.apache.org/
21
22 comment "thrift needs a toolchain w/ C++, wchar, threads"
23         depends on BR2_ARCH_HAS_ATOMICS
24         depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
25         depends on !BR2_USE_WCHAR || \
26                 !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP