xref: /OK3568_Linux_fs/buildroot/package/woff2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_WOFF2
2	bool "woff2"
3	depends on BR2_INSTALL_LIBSTDCPP
4	select BR2_PACKAGE_BROTLI
5	help
6	  Reference implementation for the WOFF2 font file format,
7	  typically used for Web fonts
8
9	  https://github.com/google/woff2
10
11comment "woff2 needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13