Config.in 515 B

1234567891011121314151617
  1. config BR2_PACKAGE_HARFBUZZ
  2. bool "harfbuzz"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  5. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
  6. help
  7. HarfBuzz is an OpenType text shaping engine
  8. https://harfbuzz.github.io/
  9. Harfbuzz can make optional use of cairo, freetype,
  10. glib2 and icu packages if they are selected.
  11. comment "harfbuzz needs a toolchain w/ C++, gcc >= 4.8"
  12. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  13. depends on !BR2_INSTALL_LIBSTDCPP || \
  14. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8