summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-09-08 12:27:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-09-08 15:56:19 +0200
commit93aa47535267435fd327368875e46a33f86b39d6 (patch)
treeddc1050f38364dae3ad8dde1176905cd3cbd5166 /solenv
parent425ca75d71497aebae5f5fdfdb20f65a6422a9d3 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/flatpak-manifest.in7
1 files changed, 7 insertions, 0 deletions
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
@@ -682,6 +682,13 @@
"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@",
"type": "file",