1 2 3 4 5 6 7 8 9 10 11 12 13
|
Description: Link shared library with additional libs
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ if sys.platform.startswith("linux"):
"mupdf",
#'crypto', #openssl is required by mupdf on archlinux
#'jbig2dec', 'openjp2', 'jpeg', 'freetype',
- "mupdf-third",
+ "mujs", "harfbuzz", "jbig2dec", "jpeg", "freetype", "png16", "openjp2"
], # the libraries to link with
)
elif sys.platform.startswith(("darwin", "freebsd")):
|