Config.in 353 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_PYICU
  2. bool "python-pyicu"
  3. depends on !BR2_BINFMT_FLAT # icu
  4. depends on BR2_INSTALL_LIBSTDCPP # icu
  5. select BR2_PACKAGE_ICU
  6. help
  7. Python extension wrapping the ICU C++ API.
  8. http://pyicu.osafoundation.org/
  9. comment "python-pyicu needs a toolchain w/ C++"
  10. depends on !BR2_BINFMT_FLAT
  11. depends on !BR2_INSTALL_LIBSTDCPP