fontconfig: needs host-gperf
[buildroot-gz.git] / package / icu / Config.in
blobd31c1fa3dcff9e0514673da819f82681d14bd5f3
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         help
11           International Components for Unicode.
13           http://site.icu-project.org/
15 if BR2_PACKAGE_ICU
17 config BR2_PACKAGE_ICU_CUSTOM_DATA_PATH
18         string "Path to custom data library file"
19         help
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.
26 endif
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