The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / icu / Config.in
1 config BR2_PACKAGE_ICU
2         bool "icu"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_WCHAR
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         # icu does some funky things by generating by itself an ELF
7         # file, and it cannot easily be changed to generate FLAT
8         # format.
9         depends on !BR2_BINFMT_FLAT
10         depends on BR2_ARCH_HAS_ATOMICS
11         help
12           International Components for Unicode.
13
14           http://site.icu-project.org/
15
16 if BR2_PACKAGE_ICU
17
18 config BR2_PACKAGE_ICU_CUSTOM_DATA_PATH
19         string "Path to custom data library file"
20         help
21           This option allows to define the path to a custom data
22           library generated with
23           http://apps.icu-project.org/datacustom/ICUData51.html. Leave
24           empty to not use this functionality.
25
26 endif
27
28 comment "icu needs a toolchain w/ C++, wchar, threads"
29         depends on !BR2_BINFMT_FLAT
30         depends on BR2_ARCH_HAS_ATOMICS
31         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
32                 !BR2_TOOLCHAIN_HAS_THREADS