Linux: Fix binary kitty builds not able to load fonts in WOFF2 format
Fixes #3506
This commit is contained in:
parent
f3726023c2
commit
cdf64bf016
@ -31,7 +31,7 @@ def binary_includes():
|
|||||||
'expat', 'sqlite3', 'ffi', 'z', 'lzma', 'png16', 'lcms2', 'crypt',
|
'expat', 'sqlite3', 'ffi', 'z', 'lzma', 'png16', 'lcms2', 'crypt',
|
||||||
'iconv', 'pcre', 'graphite2', 'glib-2.0', 'freetype',
|
'iconv', 'pcre', 'graphite2', 'glib-2.0', 'freetype',
|
||||||
'harfbuzz', 'xkbcommon', 'xkbcommon-x11',
|
'harfbuzz', 'xkbcommon', 'xkbcommon-x11',
|
||||||
'ncursesw', 'readline',
|
'ncursesw', 'readline', 'brotlicommon', 'brotlienc', 'brotlidec'
|
||||||
))) + (
|
))) + (
|
||||||
get_dll_path('bz2', 2), get_dll_path('ssl', 2), get_dll_path('crypto', 2),
|
get_dll_path('bz2', 2), get_dll_path('ssl', 2), get_dll_path('crypto', 2),
|
||||||
get_dll_path('python' + py_ver, 2),
|
get_dll_path('python' + py_ver, 2),
|
||||||
|
|||||||
@ -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",
|
"name": "freetype",
|
||||||
"os": "linux",
|
"os": "linux",
|
||||||
|
|||||||
@ -4,6 +4,12 @@ Changelog
|
|||||||
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
|
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
|
||||||
To update |kitty|, :doc:`follow the instructions <binary>`.
|
To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||||
|
|
||||||
|
0.20.2 [future]
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
- Linux: Fix binary kitty builds not able to load fonts in WOFF2 format
|
||||||
|
(:iss:`3506`)
|
||||||
|
|
||||||
0.20.1 [2021-04-19]
|
0.20.1 [2021-04-19]
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user