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