summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2014-05-20 19:57:58 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2014-05-20 19:59:49 +0200
commita130817f7deb61666262075e3918630f8d340c06 (patch)
treef5f8735de77c24af993b7aeb97b945f5f3aee5b3 /sdext
parent4ffc7955361f38140fbacc41a0f473de5173c2dc (diff)
Correct linker library sequence for pdfimport
Otherwise I get a lot of missing fontconfig symbols. Change-Id: I9bc3e395d54380a36cd6dd73cf95b7f4e4cab54e
Diffstat (limited to 'sdext')
-rw-r--r--sdext/Library_pdfimport.mk2
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,\