Link shared library with additional libs
authorDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Sun, 23 Aug 2020 19:15:38 +0000 (20:15 +0100)
committerBastian Germann <bastiangermann@fishpost.de>
Sun, 23 Aug 2020 19:15:38 +0000 (20:15 +0100)
Gbp-Pq: Name libs

setup.py

index cf77a177cda9885d1e33b40e5c05ed4891412be9..c50d8da93620f8ff0df678130b9dc8e799d5b07a 100644 (file)
--- 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")):