Linux: Fix binary kitty builds not able to load fonts in WOFF2 format

Fixes #3506
This commit is contained in:
Kovid Goyal
2021-04-20 17:07:47 +05:30
parent f3726023c2
commit cdf64bf016
3 changed files with 17 additions and 1 deletions

View File

@@ -222,6 +222,16 @@
}
},
{
"name": "brotli",
"os": "linux",
"unix": {
"filename": "brotli-1.0.9.tar.gz",
"hash": "sha256:f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46",
"urls": ["https://github.com/google/brotli/archive/v1.0.9/{filename}"]
}
},
{
"name": "freetype",
"os": "linux",