buildroot/package/woff2/Config.in
Adrian Perez de Castro 70afd4afa7 woff2: new package
Add the woff2 package to Builroot. This is needed by webkitgtk from
version 2.20.0 onwards. WebKitGTK+ used to bundle a copy of the library,
but it stopped doing so now that the upstream is has been making
releases.

[Peter: fix license hash]
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-03-24 11:47:24 +01:00

10 lines
234 B
Plaintext

config BR2_PACKAGE_WOFF2
bool "woff2"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_BROTLI
help
Reference implementation for the WOFF2 font file format,
typically used for Web fonts
https://github.com/google/woff2