solenv/flatpak-manifest.in | 7 +++++++ 1 file changed, 7 insertions(+)
New commits: commit 93aa47535267435fd327368875e46a33f86b39d6 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Sep 8 12:27:26 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Fri Sep 8 15:56:19 2023 +0200 Flatpak build needs external/java_websocket Change-Id: Ie327885b238134092b4d3dd5f406941cf452239a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156707 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 84c35e99a7e6..bb5a174cba3f 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -681,6 +681,13 @@ "dest": "external/tarballs", "dest-filename": "@FROZEN_TARBALL@" }, + { + "url": "https://dev-www.libreoffice.org/src/@JAVA_WEBSOCKET_TARBALL@", + "sha256": "@JAVA_WEBSOCKET_SHA256SUM@", + "type": "file", + "dest": "external/tarballs", + "dest-filename": "@JAVA_WEBSOCKET_TARBALL@" + }, { "url": "https://dev-www.libreoffice.org/extern/@OPENSYMBOL_TTF@", "sha256": "@OPENSYMBOL_SHA256SUM@",