distro-configs/LibreOfficeFlatpak.conf | 1 + 1 file changed, 1 insertion(+)
New commits: commit fc1e12bb2dbe74793adc8e66d0d1eaa0ab701efb Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Nov 25 17:16:34 2024 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Nov 25 18:24:40 2024 +0100 distro-configs/LibreOfficeFlatpak.conf lacks --without-system-java-websocket ...after 3de3f660af5afad6f4a78cc021ed20dada936bbd "add a --with-system-java-websocket" Change-Id: If96dafacbc33746934a2d388b11436c797290559 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177275 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf index 6a296fd696e4..bb4ff2369c41 100644 --- a/distro-configs/LibreOfficeFlatpak.conf +++ b/distro-configs/LibreOfficeFlatpak.conf @@ -25,6 +25,7 @@ --without-system-frozen --without-system-glm --without-system-gpgmepp +--without-system-java-websocket --without-system-jfreereport --without-system-libabw --without-system-libatomic_ops
