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 <caolan.mcnamara@collabora.com>
This commit is contained in:
parent
4c7686b7e1
commit
56f7ebbc09
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ $(eval $(call gb_Executable_use_externals,xpdfimport,\
|
||||||
boost_headers \
|
boost_headers \
|
||||||
expat \
|
expat \
|
||||||
freetype \
|
freetype \
|
||||||
|
libpng \
|
||||||
poppler \
|
poppler \
|
||||||
$(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
|
$(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
|
||||||
zlib \
|
zlib \
|
||||||
|
|
Loading…
Reference in a new issue