xref: /OK3568_Linux_fs/buildroot/package/harfbuzz/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_HARFBUZZ
2*4882a593Smuzhiyun	bool "harfbuzz"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  HarfBuzz is an OpenType text shaping engine
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  https://harfbuzz.github.io/
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  Harfbuzz can make optional use of cairo, freetype,
12*4882a593Smuzhiyun	  glib2 and icu packages if they are selected.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "harfbuzz needs a toolchain w/ C++, gcc >= 4.9"
15*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
16*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || \
17*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
18