Repository.mk | 1 -
1 file changed, 1 deletion(-)
New commits:
commit be637958995db309782c7e1a8cc4a80a5d30c9a6
Author: Julien Nabet <[email protected]>
AuthorDate: Sun Sep 24 10:59:15 2023 +0200
Commit: Julien Nabet <[email protected]>
CommitDate: Sun Sep 24 12:00:34 2023 +0200
Blind fix for TBs sd_web error
"blind" because I don't reproduce this on pc Debian x86-64 with master
sources updated today
+ "make clean && make"
It might be since
https://cgit.freedesktop.org/libreoffice/core/commit/?id=28b6480c6bdd179f3943f768926b7f196226c768
tdf#105303: Drop html export wizard
Change-Id: Ib5b705a6f98d7e88d84217906b32c371aac96d8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157203
Reviewed-by: Julien Nabet <[email protected]>
Tested-by: Julien Nabet <[email protected]>
diff --git a/Repository.mk b/Repository.mk
index e26116336b2a..4d0e424f3314 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -973,7 +973,6 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
oox_customshapes \
oox_generated \
package_dtd \
- sd_web \
$(call gb_Helper_optional,DESKTOP,\
$(if $(filter-out WNT,$(OS)),$(if
$(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
$(call gb_Helper_optional,DESKTOP,$(if $(filter-out EMSCRIPTEN MACOSX
WNT,$(OS)),svx_gengal)) \