4f634160b2
Add the brotli package to Buildroot. This is needed by woff2, which in turn 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 has started making releases. [Peter: fix license hash] Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
467 B
Plaintext
13 lines
467 B
Plaintext
config BR2_PACKAGE_BROTLI
|
|
bool "brotli"
|
|
help
|
|
Generic-purpose lossless compression library. The algorithm
|
|
compresses data using a combination of a modern variant of
|
|
the LZ77 algorithm, Huffman coding and 2nd order context
|
|
modeling, with a compression ratio comparable to the best
|
|
currently available general-purpose compression methods. It
|
|
is similar in speed with deflate but offers more dense
|
|
compression.
|
|
|
|
https://github.com/google/brotli
|