summaryrefslogtreecommitdiff
path: root/sdext/Executable_xpdfimport.mk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-08 14:01:17 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-07-08 16:25:32 +0000
commiteb276d11a652601f743d69ada7a38016bd97d73e (patch)
tree6cbbf7c8705bf7fd29ab2d3bed373977d657c7e2 /sdext/Executable_xpdfimport.mk
parent39f42b0b03489459540404dd218c38709853c021 (diff)
fdo#38878: Upgrading internal xpdf -> poppler
Change-Id: I00aafb3fd275e6be3b5d0eb370320e5325110da5 Reviewed-on: https://gerrit.libreoffice.org/4770 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sdext/Executable_xpdfimport.mk')
-rw-r--r--sdext/Executable_xpdfimport.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk
index 39f4228616af..af993e827b68 100644
--- a/sdext/Executable_xpdfimport.mk
+++ b/sdext/Executable_xpdfimport.mk
@@ -12,9 +12,15 @@ $(eval $(call gb_Executable_Executable,xpdfimport))
$(eval $(call gb_Executable_use_externals,xpdfimport,\
boost_headers \
poppler \
+ $(if $(filter-out WNT,$(OS)),fontconfig) \
zlib \
))
+$(eval $(call gb_Executable_use_libraries,xpdimport,\
+ sal \
+ $(gb_UWINAPI) \
+))
+
$(eval $(call gb_Executable_add_exception_objects,xpdfimport,\
sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl \
sdext/source/pdfimport/xpdfwrapper/pnghelper \