sdext/Executable_xpdfimport.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 56f7ebbc0988a64cdc9ea41dcca37c4290497c2b
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed May 15 08:39:18 2024 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed May 15 11:42:14 2024 +0200
add explicit png build dependency to xpdfimport
src/sfnt/pngshim.c:298: error: undefined reference to
'png_create_read_struct'
Change-Id: Iafb7b685f09347f711b9221362f999b3d48c9bda
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167656
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk
index 8c2543cf0cd7..ffd5d79197bb 100644
--- a/sdext/Executable_xpdfimport.mk
+++ b/sdext/Executable_xpdfimport.mk
@@ -13,6 +13,7 @@ $(eval $(call gb_Executable_use_externals,xpdfimport,\
boost_headers \
expat \
freetype \
+ libpng \
poppler \
$(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
zlib \