Leonardo Taccari writes:
> [...] 
> I have tested them for several days with mupdf-1.9a without noticing any
> problems.
> [...] 
...but of course I've forgotten some part for config.mk! This will just
change `-lmujs' to `-lmupdfthird'.

Please also bump the requirements in README to `mupdf (>= 1.9)' (patch
not provided)!


Please let me know if you need more information and/or different format
of the patches!
Ciao,
L.
$NetBSD$

--- config.mk.orig	2016-02-14 22:49:46.000000000 +0000
+++ config.mk
@@ -32,7 +32,7 @@ endif
 OPENSSL_INC ?= $(shell pkg-config --cflags libcrypto)
 OPENSSL_LIB ?= $(shell pkg-config --libs libcrypto)
 
-MUPDF_LIB ?= -lmupdf -lmujs
+MUPDF_LIB ?= -lmupdf -lmupdfthird
 
 INCS = ${GTK_INC} ${GIRARA_INC} ${OPENSSL_INC} ${ZATHURA_INC}
 LIBS = ${GTK_LIB} ${GIRARA_LIB} ${MUPDF_LIB} ${OPENSSL_LIB} -ljbig2dec -lopenjp2 -ljpeg
_______________________________________________
zathura mailing list
zathura@lists.pwmt.org
https://lists.pwmt.org/mailman/listinfo/zathura

Reply via email to