Flatpak build needs external/frozen
Change-Id: I701bf6999d29b54438c7cb47f73453aae3fbb457
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154246
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf
index 636d723..13d0ede 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -20,6 +20,7 @@
--without-system-cppunit
--without-system-dragonbox
--without-system-firebird
--without-system-frozen
--without-system-glm
--without-system-gpgmepp
--without-system-jfreereport
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 10b4001..16f8de4 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -675,6 +675,13 @@
"dest-filename": "@ZXING_TARBALL@"
},
{
"url": "https://dev-www.libreoffice.org/src/@FROZEN_TARBALL@",
"sha256": "@FROZEN_SHA256SUM@",
"type": "file",
"dest": "external/tarballs",
"dest-filename": "@FROZEN_TARBALL@"
},
{
"url": "https://dev-www.libreoffice.org/extern/@OPENSYMBOL_TTF@",
"sha256": "@OPENSYMBOL_SHA256SUM@",
"type": "file",