From 56f7ebbc0988a64cdc9ea41dcca37c4290497c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 15 May 2024 08:39:18 +0100 Subject: [PATCH] add explicit png build dependency to xpdfimport MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- sdext/Executable_xpdfimport.mk | 1 + 1 file changed, 1 insertion(+) 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 \