You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
692 B

Index: poppler.pc.in
--- poppler.pc.in.orig 2008-10-09 22:30:34 +0200
+++ poppler.pc.in 2009-03-18 20:58:59 +0100
@@ -7,5 +7,6 @@
Description: PDF rendering library
Version: @VERSION@
-Libs: -L${libdir} -lpoppler
+Libs: -L${libdir} -lpoppler -lz -ljpeg -lopenjpeg
Cflags: -I${includedir}/poppler
+Requires: fontconfig freetype2
Index: configure
--- configure.orig 2009-05-12 09:18:51 +0200
+++ configure 2009-05-12 09:24:16 +0200
@@ -22572,7 +22572,7 @@
else
ac_save_LIBS="$LIBS"
-LIBS="$all_libraries $USER_LDFLAGS -lpng -lm"
+LIBS="$all_libraries $USER_LDFLAGS -lpng -lz -lm"
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
cat >conftest.$ac_ext <<_ACEOF