sdext/Library_pdfimport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a130817f7deb61666262075e3918630f8d340c06 Author: Jan-Marek Glogowski <glo...@fbihome.de> Date: Tue May 20 19:57:58 2014 +0200 Correct linker library sequence for pdfimport Otherwise I get a lot of missing fontconfig symbols. Change-Id: I9bc3e395d54380a36cd6dd73cf95b7f4e4cab54e diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk index 2c98ed7..3e3d170 100644 --- a/sdext/Library_pdfimport.mk +++ b/sdext/Library_pdfimport.mk @@ -32,9 +32,9 @@ $(eval $(call gb_Library_use_static_libraries,pdfimport,\ $(eval $(call gb_Library_use_externals,pdfimport,\ boost_headers \ - $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \ zlib \ poppler \ + $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \ )) $(eval $(call gb_Library_add_exception_objects,pdfimport,\ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits