0d8d71ba98
...that was present in instdir/share/registry/res/registry_en-US.xcd but for which the underlying instdir/share/registry/*.xcd files are not included in static/CustomTarget_emscripten_fs_image.mk, so causing > warn:configmgr:42:1:configmgr/source/xcuparser.cxx:292: unknown component "org.openoffice.Office.PresentationMinimizer" in "file:///instdir/program/../share/registry/res/registry_en-US.xcd" etc. in the browser console. (This commit just hides those .xcu behind ENABLE_WASM_STRIP_* for which localizations ended up in instdir/share/registry/res/registry_en-US.xcd and caused the above warnings. It does not clean up the mess further. Also note that the list of files to include in static/CustomTarget_emscripten_fs_image.mk is largely hard-coded, so somewhat guessing at the right ENABLE_WASM_STRIP_* to use here.) Change-Id: I1781f5cb530fe251e63bcad456c2ab1735cf1b3a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163852 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de> |
||
---|---|---|
.. | ||
packimages | ||
qa | ||
signing | ||
CppunitTest_services.mk | ||
CustomTarget_check_dynamic_objects.mk | ||
CustomTarget_components.mk | ||
CustomTarget_fontconfig.mk | ||
CustomTarget_images.mk | ||
CustomTarget_registry.mk | ||
CustomTarget_signing.mk | ||
Makefile | ||
Module_postprocess.mk | ||
Package_fontconfig.mk | ||
Package_images.mk | ||
Package_registry.mk | ||
Rdb_services.mk | ||
README.md |
Postprocessing and Checking
Postprocessing and checking of files delivered by other modules.
This module has to be the last one built before creating install sets
in module instset_native
. Thus it ties together all the dependencies
of all the other de-coupled modules. See the first line of
postprocess/prj/build.lst
for that.