85ba1182392b1c8466b35b3d1535dddeb9b1da9e
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cppcms / Config.in
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_TOOLCHAIN_HAS_THREADS_NPTL
8         depends on !BR2_STATIC_LIBS # dlopen()
9         depends on BR2_USE_WCHAR
10         help
11           CppCMS is a Free High Performance Web Development Framework
12           (not a CMS) aimed for Rapid Web Application Development. It
13           differs from most of other web development frameworks like:
14           Python Django or Java Servlets on  the following aspects:
15
16            - It is designed and tuned to handle extremely high loads.
17            - It uses modern C++ as primary development language in
18              order to achieve the above goal.
19            - It is aimed on development of both Web Sites and Web
20              Services.
21
22           http://cppcms.com
23
24 if BR2_PACKAGE_CPPCMS
25
26 config BR2_PACKAGE_CPPCMS_ICU
27         bool "enable icu support"
28         depends on !BR2_BINFMT_FLAT # icu
29         depends on BR2_ARCH_HAS_ATOMICS # 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.
34
35 endif
36
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