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 /external | |
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 'external')
-rw-r--r-- | external/skia/Library_skia.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/skia/Library_skia.mk b/external/skia/Library_skia.mk index 14c59c99c41e..c0f91e1a463a 100644 --- a/external/skia/Library_skia.mk +++ b/external/skia/Library_skia.mk @@ -83,6 +83,7 @@ endif else $(eval $(call gb_Library_use_externals,skia,\ + expat \ freetype \ fontconfig \ )) |