mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 12:33:37 +02:00
Update pdf metadata libraries (poppler/podofo) to latest versions in windows build
This commit is contained in:
parent
ae1e165aa3
commit
44c3ba638e
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ def __init__(self, name, sources, **kwargs):
|
|||
|
||||
pdfreflow_libs = []
|
||||
if iswindows:
|
||||
pdfreflow_libs = ['advapi32', 'User32', 'Gdi32']
|
||||
pdfreflow_libs = ['advapi32', 'User32', 'Gdi32', 'zlib']
|
||||
|
||||
extensions = [
|
||||
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ It contains correct fonts.conf etc.
|
|||
poppler
|
||||
-------------
|
||||
|
||||
In Cmake: disable GTK, Qt, OPenjpeg, zlib, lcms, gtk_tests, qt_tests. Enable qt4, jpeg, png and zlib
|
||||
In Cmake: disable GTK, Qt, OPenjpeg, cpp, lcms, gtk_tests, qt_tests. Enable qt4, jpeg, png and zlib
|
||||
|
||||
NOTE: poppler must be built as a static library, unless you build the qt4 bindings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue