xref: /OK3568_Linux_fs/buildroot/package/graphite2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GRAPHITE2
2	bool "graphite2"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  Graphite is a project within SIL's scripts and software dev
6	  groups to provide cross-platform rendering for complex
7	  writing systems.
8
9	  https://github.com/silnrsi/graphite
10
11comment "graphite2 needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13