Config.in 403 B

12345678910111213
  1. config BR2_PACKAGE_GRAPHITE2
  2. bool "graphite2"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on !BR2_STATIC_LIBS
  5. help
  6. Graphite is a project within SIL's scripts and software dev
  7. groups to provide cross-platform rendering for complex
  8. writing systems.
  9. http://graphite.sil.org/
  10. comment "graphite2 needs a toolchain w/ C++, dynamic library"
  11. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS