toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / cppcms / Config.in
blob2cf70052f888139d134bd519084b69b4a177bc4f
1 config BR2_PACKAGE_CPPCMS
2         bool "cppcms"
3         select BR2_PACKAGE_ZLIB
4         select BR2_PACKAGE_PCRE
5         select BR2_PACKAGE_LIBGCRYPT
6         depends on BR2_INSTALL_LIBSTDCPP
7         depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
8         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
9         depends on !BR2_STATIC_LIBS # dlopen()
10         depends on BR2_USE_WCHAR
11         help
12           CppCMS is a Free High Performance Web Development Framework
13           (not a CMS) aimed for Rapid Web Application Development. It
14           differs from most of other web development frameworks like:
15           Python Django or Java Servlets on  the following aspects:
17            - It is designed and tuned to handle extremely high loads.
18            - It uses modern C++ as primary development language in
19              order to achieve the above goal.
20            - It is aimed on development of both Web Sites and Web
21              Services.
23           http://cppcms.com
25 if BR2_PACKAGE_CPPCMS
27 config BR2_PACKAGE_CPPCMS_ICU
28         bool "enable icu support"
29         depends on !BR2_BINFMT_FLAT # icu
30         select BR2_PACKAGE_ICU
31         help
32           Using ICU allows advanced localization features into CppCMS,
33           in another hand ICU is heavier than iconv.
35 endif
37 comment "cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library"
38         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
39                 !BR2_USE_WCHAR || BR2_STATIC_LIBS