diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/Module_static.mk | 1 | ||||
-rw-r--r-- | static/Package_favicon.mk | 16 | ||||
-rw-r--r-- | static/emscripten/favicon.ico | bin | 0 -> 5430 bytes |
3 files changed, 17 insertions, 0 deletions
diff --git a/static/Module_static.mk b/static/Module_static.mk index c91441a6b924..ff036fac3213 100644 --- a/static/Module_static.mk +++ b/static/Module_static.mk @@ -19,6 +19,7 @@ ifeq (EMSCRIPTEN,$(OS)) $(eval $(call gb_Module_add_targets,static,\ CustomTarget_emscripten_fs_image \ CustomTarget_unoembind \ + Package_favicon \ Package_unoembind \ StaticLibrary_unoembind \ $(if $(ENABLE_QT5), \ diff --git a/static/Package_favicon.mk b/static/Package_favicon.mk new file mode 100644 index 000000000000..b0ce6f69f4db --- /dev/null +++ b/static/Package_favicon.mk @@ -0,0 +1,16 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,favicon,$(SRCDIR)/static/emscripten)) + +$(eval $(call gb_Package_add_files,favicon,$(LIBO_BIN_FOLDER), \ + favicon.ico \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/static/emscripten/favicon.ico b/static/emscripten/favicon.ico Binary files differnew file mode 100644 index 000000000000..b890a56a8b26 --- /dev/null +++ b/static/emscripten/favicon.ico |