xref: /OK3568_Linux_fs/buildroot/package/python-pyicu/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_PYICU
2	bool "python-pyicu"
3	depends on !BR2_BINFMT_FLAT # icu
4	depends on BR2_HOST_GCC_AT_LEAST_4_9 # icu
5	depends on BR2_INSTALL_LIBSTDCPP # icu
6	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # icu
7	select BR2_PACKAGE_ICU
8	help
9	  Python extension wrapping the ICU C++ API.
10
11	  https://github.com/ovalhub/pyicu
12
13comment "python-pyicu needs a toolchain w/ C++, gcc >= 4.9, host gcc >= 4.9"
14	depends on !BR2_BINFMT_FLAT
15	depends on !BR2_INSTALL_LIBSTDCPP || \
16		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
17		!BR2_HOST_GCC_AT_LEAST_4_9
18