Kaydet (Commit) a130817f authored tarafından Jan-Marek Glogowski's avatar Jan-Marek Glogowski

Correct linker library sequence for pdfimport

Otherwise I get a lot of missing fontconfig symbols.

Change-Id: I9bc3e395d54380a36cd6dd73cf95b7f4e4cab54e
üst 4ffc7955
...@@ -32,9 +32,9 @@ $(eval $(call gb_Library_use_static_libraries,pdfimport,\ ...@@ -32,9 +32,9 @@ $(eval $(call gb_Library_use_static_libraries,pdfimport,\
$(eval $(call gb_Library_use_externals,pdfimport,\ $(eval $(call gb_Library_use_externals,pdfimport,\
boost_headers \ boost_headers \
$(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
zlib \ zlib \
poppler \ poppler \
$(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
)) ))
$(eval $(call gb_Library_add_exception_objects,pdfimport,\ $(eval $(call gb_Library_add_exception_objects,pdfimport,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment