mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add image compression binaries to the linux build
This commit is contained in:
parent
65c11b0a8c
commit
5bba69ef28
@ -67,7 +67,9 @@ arch = 'x86_64' if is64bit else 'i686'
|
||||
|
||||
def binary_includes():
|
||||
return [
|
||||
j(SW, 'bin', x) for x in ('pdftohtml', 'pdfinfo', 'pdftoppm')] + [
|
||||
j(SW, 'bin', x) for x in ('pdftohtml', 'pdfinfo', 'pdftoppm', 'optipng')] + [
|
||||
|
||||
j(SW, 'private', 'mozjpeg', 'bin', x) for x in ('jpegtran', 'cjpeg')] + [
|
||||
|
||||
j(SW, 'lib', 'lib' + x) for x in (
|
||||
'usb-1.0.so.0', 'mtp.so.9', 'expat.so.1', 'sqlite3.so.0',
|
||||
|
Loading…
x
Reference in New Issue
Block a user