summaryrefslogtreecommitdiff
path: root/external/fontconfig
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-12-14 21:50:09 +0200
committerTor Lillqvist <tml@collabora.com>2022-12-15 06:58:38 +0000
commitbc05ac6ea8f53954e363ec3bfde8308710258b10 (patch)
tree01781deaf4609fa036ac1d8ad6d10c0a10c36575 /external/fontconfig
parent9ec57a3dc7925d6f86a19d0e179e065df53e542f (diff)
Need to mention libxml2 here, too, when building for Emscripten
Forgot this in 563c28b6508ac836fbe46369a4d2d300cda650cf. Change-Id: I8675273c461f1b83b4dbe8bb7f9f58130a1d77fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144200 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'external/fontconfig')
-rw-r--r--external/fontconfig/ExternalProject_fontconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/fontconfig/ExternalProject_fontconfig.mk b/external/fontconfig/ExternalProject_fontconfig.mk
index f3675258fdea..88db225f88fc 100644
--- a/external/fontconfig/ExternalProject_fontconfig.mk
+++ b/external/fontconfig/ExternalProject_fontconfig.mk
@@ -10,7 +10,7 @@
$(eval $(call gb_ExternalProject_ExternalProject,fontconfig))
$(eval $(call gb_ExternalProject_use_externals,fontconfig,\
- expat \
+ $(if $(filter EMSCRIPTEN,$(OS)),libxml2,expat) \
freetype \
))