Add the lzma dependency

This commit is contained in:
Kovid Goyal 2019-11-18 20:44:01 +05:30
parent a2731553d4
commit 4f47385bd5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 10 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def binary_includes():
j(PREFIX, 'private', 'mozjpeg', 'bin', x) for x in ('jpegtran', 'cjpeg')] + [
] + list(map(
get_dll_path,
('usb-1.0 mtp expat sqlite3 ffi z openjp2 poppler dbus-1 iconv xml2 xslt jpeg png16'
('usb-1.0 mtp expat sqlite3 ffi z lzma openjp2 poppler dbus-1 iconv xml2 xslt jpeg png16'
' webp webpmux webpdemux exslt ncursesw readline chm hunspell-1.7 hyphen'
' icudata icui18n icuuc icuio gcrypt gpg-error'
' gobject-2.0 glib-2.0 gthread-2.0 gmodule-2.0 gio-2.0 dbus-glib-1').split()

View File

@ -78,6 +78,15 @@
}
},
{
"name": "xz",
"unix": {
"filename": "xz-5.2.4.tar.gz",
"hash": "md5:5ace3264bdd00c65eeec2891346f65e6",
"urls": ["https://tukaani.org/xz/{filename}"]
}
},
{
"name": "unrar",
"unix": {