postprocess/Module_postprocess.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8f9d54f22f0c346fe08d0727ebf0b3a6ca8e9e11 Author: Tor Lillqvist <[email protected]> AuthorDate: Mon Mar 31 09:01:48 2025 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon Jan 12 19:50:51 2026 +0100 We seem to need postprocess_fontconfig also for CODA-W, for make check In that case, USE_HEADLESS_CODE will be non-empty, even if USING_X11 and DISABLE_GUI are empty. Change-Id: I553407737395789acef2380e0b1edb824bbcbad8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194582 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197101 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/postprocess/Module_postprocess.mk b/postprocess/Module_postprocess.mk index 0fbede6a9f2b..01aeb11afaf3 100644 --- a/postprocess/Module_postprocess.mk +++ b/postprocess/Module_postprocess.mk @@ -40,7 +40,7 @@ endif # contain content from at least one of external/more_fonts/fc_local.snippet # (conditional on MORE_FONTS in BUILD_TYPE) and # extras/source/truetype/symbol/fc_local.snippet (unconditional): -ifneq ($(USING_X11)$(DISABLE_GUI)$(filter ANDROID EMSCRIPTEN,$(OS)),) +ifneq ($(USE_HEADLESS_CODE)$(USING_X11)$(DISABLE_GUI)$(filter ANDROID EMSCRIPTEN,$(OS)),) $(eval $(call gb_Module_add_targets,postprocess, \ CustomTarget_fontconfig \ Package_fontconfig \
