mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 05:28:40 +01:00
Linux binaries: Bundle libglib to avoid incompatibilities with glib on various distros. See #1022019
This commit is contained in:
parent
6de2b80791
commit
e8e109a25a
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
binary_includes = [
|
||||
'/usr/bin/pdftohtml',
|
||||
'/usr/bin/pdfinfo',
|
||||
'/usr/lib/libglib-2.0.so.0',
|
||||
'/usr/bin/pdftoppm',
|
||||
'/usr/lib/libwmflite-0.2.so.7',
|
||||
'/usr/lib/liblcms.so.1',
|
||||
|
|
|
|||
Loading…
Reference in a new issue