1config 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_9 6 help 7 HarfBuzz is an OpenType text shaping engine 8 9 https://harfbuzz.github.io/ 10 11 Harfbuzz can make optional use of cairo, freetype, 12 glib2 and icu packages if they are selected. 13 14comment "harfbuzz needs a toolchain w/ C++, gcc >= 4.9" 15 depends on BR2_TOOLCHAIN_HAS_SYNC_4 16 depends on !BR2_INSTALL_LIBSTDCPP || \ 17 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 18