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
9 depends on !BR2_BINFMT_FLAT
11 International Components for Unicode.
13 http://site.icu-project.org/
17 config BR2_PACKAGE_ICU_CUSTOM_DATA_PATH
18 string "Path to custom data library file"
20 This option allows to define the path to a custom data
21 library generated with http://apps.icu-project.org/datacustom/
22 Make sure you select the appropiate version to match the one
23 provided by buildroot.
24 Leave empty to not use this functionality.
28 comment "icu needs a toolchain w/ C++, wchar, threads"
29 depends on !BR2_BINFMT_FLAT
30 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
31 !BR2_TOOLCHAIN_HAS_THREADS