1 config BR2_PACKAGE_THRIFT
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_USE_WCHAR
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 select BR2_PACKAGE_BOOST
7 select BR2_PACKAGE_LIBEVENT
8 select BR2_PACKAGE_OPENSSL
9 select BR2_PACKAGE_ZLIB
11 The Apache Thrift software framework, for scalable cross-language
12 services development, combines a software stack with a
13 code generation engine to build services that work
14 efficiently and seamlessly between C++, Java, Python, PHP, Ruby,
15 Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk,
16 OCaml and Delphi and other languages.
18 http://thrift.apache.org/
20 comment "thrift needs a toolchain w/ C++, wchar, threads"
21 depends on !BR2_USE_WCHAR || \
22 !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP