diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2014-05-20 19:57:58 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2014-05-20 19:59:49 +0200 |
commit | a130817f7deb61666262075e3918630f8d340c06 (patch) | |
tree | f5f8735de77c24af993b7aeb97b945f5f3aee5b3 | |
parent | 4ffc7955361f38140fbacc41a0f473de5173c2dc (diff) |
Correct linker library sequence for pdfimport
Otherwise I get a lot of missing fontconfig symbols.
Change-Id: I9bc3e395d54380a36cd6dd73cf95b7f4e4cab54e
-rw-r--r-- | sdext/Library_pdfimport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk index 2c98ed79c74c..3e3d1709db5d 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,\ |