diff options
author | Tor Lillqvist <tml@collabora.com> | 2022-09-15 12:53:54 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2022-09-26 20:57:48 +0200 |
commit | 1c43b81320ee54e719661ca85a74ff5fd1e90720 (patch) | |
tree | 19837cc8b38994de52a3644fc6e90255c06b8400 /sdext/Executable_xpdfimport.mk | |
parent | b48cb69dae4118fe4a471921510281bbd16f5c4f (diff) |
Fix building without system cairo, fontconfig, freetype, and harfbuzz
At least for me, this was needed when I added --without-system-cairo
--without-system-fontconfig --without-system-freetype
--without-system-harfbuzz to my otherwise fairly normal autogen.input
on Linux.
Change-Id: I149a57c24d6c11d710298125e53cb9524cb3dcaa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140054
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sdext/Executable_xpdfimport.mk')
-rw-r--r-- | sdext/Executable_xpdfimport.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk index 495671a4ecae..bbdc76217c59 100644 --- a/sdext/Executable_xpdfimport.mk +++ b/sdext/Executable_xpdfimport.mk @@ -11,6 +11,8 @@ $(eval $(call gb_Executable_Executable,xpdfimport)) $(eval $(call gb_Executable_use_externals,xpdfimport,\ boost_headers \ + expat \ + freetype \ poppler \ $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \ zlib \ |