mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
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>
(cherry picked from commit 70afd4afa7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
234 B
Plaintext
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
|