diff options
author | Tor Lillqvist <tml@collabora.com> | 2022-09-15 12:53:54 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2022-09-15 20:38:00 +0200 |
commit | 8d0e40b331cf45b59dc14351eb0ca06aba41ebb0 (patch) | |
tree | 6584554a73fc3615dfa5f4cbf18b69cb4d930747 /sdext/Executable_xpdfimport.mk | |
parent | c4fb915213875fda248593743421d8c43533e375 (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/+/140001
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.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 e8b6f7a90837..8c2543cf0cd7 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 \ |