diff options
author | Adrian Perez de Castro <aperez@igalia.com> | 2018-03-23 20:59:39 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-24 11:45:26 +0100 |
commit | 4f634160b2a106f7e34b4bb018b34e77c8dda2a9 (patch) | |
tree | ee1f62b658da53a82392da7302c3f587b304fe22 /package/Config.in | |
parent | 86ad2d92070c3024b2cf5de74dede294b56d5fd2 (diff) | |
download | buildroot-4f634160b2a106f7e34b4bb018b34e77c8dda2a9.tar.gz buildroot-4f634160b2a106f7e34b4bb018b34e77c8dda2a9.zip |
brotli: new package
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>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 58dfd6306d..26ded5ebb2 100644 --- a/package/Config.in +++ b/package/Config.in @@ -63,6 +63,7 @@ menu "Audio and video applications" endmenu menu "Compressors and decompressors" + source "package/brotli/Config.in" source "package/bzip2/Config.in" source "package/gzip/Config.in" source "package/lz4/Config.in" |