diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-08-19 22:25:29 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-08-20 07:58:01 +0200 |
commit | af6a5ba20f7c69cb2f4818c780db9a60862d06a3 (patch) | |
tree | fe081380e0a98e58f6a5d96b202a72e639f3924e /Repository.mk | |
parent | 4a32b04fd1d320f9d86bc1979ea491002d2565ac (diff) |
Remove wasm-qt-mandelbrot demo
...that had been added with f90c68316c622971706568303a025bbc58351df3 "WASM: add
Emscripten demo application". Whatever the original intention, it has probably
served its purpose by now---and now only negatively impacts (re-)build times.
Change-Id: I2bda8d12b91e741c4d0f7d3f02597e0e9505a73a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172087
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index e372bc4b6fc8..6ef9293061f4 100644 --- a/Repository.mk +++ b/Repository.mk @@ -85,7 +85,6 @@ $(eval $(call gb_Helper_register_executables,NONE, \ listglyphs \ $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \ $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), gtktiledviewer) \ - $(if $(filter EMSCRIPTEN,$(OS)),wasm-qt5-mandelbrot) \ )) $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \ |