summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-02-23 14:07:04 +0100
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-02-24 00:06:13 +0100
commiteb35b4293ebcd322cb13ffe19913841a8c99b3dd (patch)
tree7a8e7d35a21b8d74dbebe3582c5c48125fc5e584 /Repository.mk
parent0d8d71ba986d6c3d4a460d980e2709b9051ba989 (diff)
Add a favicon to the Wasm build
...to avoid "GET http://localhost:6931/favicon.ico 404 (File not found: instdir/program/favicon.ico)" errors in the browser console. The checked-in static/emscripten/favicon.ico is a copy of <https://www.libreoffice.org/themes/libreofficenew/favicon.ico>. Change-Id: Ib40b3f159879cc39244bd81d7fc8a36cc8c7184a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163827 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index 814ca2edb77b..c0d86f868971 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -1033,7 +1033,10 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
) \
resource_fonts \
cui \
- $(if $(filter EMSCRIPTEN,$(OS)),unoembind) \
+ $(if $(filter EMSCRIPTEN,$(OS)), \
+ favicon \
+ unoembind \
+ ) \
))
$(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\