[Libreoffice-commits] core.git: Branch 'feature/wasm' - postprocess/Rdb_services.mk

Armin Le Grand (Allotropia) (via logerrit) logerrit at kemper.freedesktop.org
Wed May 5 18:53:47 UTC 2021


 postprocess/Rdb_services.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3519b1a41c8e4e61f56104d3dfdb1d15bd694e5
Author:     Armin Le Grand (Allotropia) <Armin.Le.Grand at me.com>
AuthorDate: Wed May 5 20:52:09 2021 +0200
Commit:     Armin Le Grand (Allotropia) <Armin.Le.Grand at me.com>
CommitDate: Wed May 5 20:52:09 2021 +0200

    Disable wpftcalc for wasm reduction
    
    Change-Id: I1f263a7a07fcbd122c8e6be8070b068d0e66cc0c

diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index a45eeeeb4a9d..a6af64abbcf8 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -74,6 +74,7 @@ ifneq ($(ENABLE_WASM_STRIP),TRUE)
 $(eval $(call gb_Rdb_add_components,services,\
 	chart2/source/controller/chartcontroller \
 	chart2/source/chartcore \
+	writerperfect/source/calc/wpftcalc \
 ))
 endif
 
@@ -140,7 +141,6 @@ $(eval $(call gb_Rdb_add_components,services,\
 	writerperfect/source/draw/wpftdraw \
 	writerperfect/source/impress/wpftimpress \
 	writerperfect/source/writer/wpftwriter \
-	writerperfect/source/calc/wpftcalc \
 	$(if $(filter MACOSX,$(OS)), \
 		$(call gb_Helper_optional,AVMEDIA,avmedia/source/macavf/avmediaMacAVF) \
 		shell/source/backends/macbe/macbe1 \


More information about the Libreoffice-commits mailing list