kumquat-buildroot/package/icu/Config.in

14 lines
356 B
Plaintext
Raw Normal View History

2008-03-06 19:12:45 +01:00
config BR2_PACKAGE_ICU
bool "icu"
2009-01-27 16:02:22 +01:00
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
2008-03-06 19:12:45 +01:00
help
International Components for Unicode.
2009-01-27 16:02:22 +01:00
http://site.icu-project.org/
2009-01-27 16:02:25 +01:00
comment "icu needs a toolchain w/ C++, wchar, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
!BR2_TOOLCHAIN_HAS_THREADS