Config.in 454 B

123456789101112131415
  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. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # icu
  6. select BR2_PACKAGE_ICU
  7. help
  8. Python extension wrapping the ICU C++ API.
  9. https://github.com/ovalhub/pyicu
  10. comment "python-pyicu needs a toolchain w/ C++, gcc >= 4.8"
  11. depends on !BR2_BINFMT_FLAT
  12. depends on !BR2_INSTALL_LIBSTDCPP || \
  13. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8