board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / thrift / Config.in
blob0ee3f000d7ddacefc9981530a0ab46a673e395ff
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         select BR2_PACKAGE_BOOST
7         select BR2_PACKAGE_LIBEVENT
8         select BR2_PACKAGE_OPENSSL
9         select BR2_PACKAGE_ZLIB
10         help
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