summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distro-configs/LibreOfficeFlatpak.conf2
-rw-r--r--solenv/flatpak-manifest.in7
2 files changed, 9 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf
index beb3353c6aec..2988d988aebb 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -20,6 +20,7 @@
--without-system-coinmp
--without-system-cppunit
--without-system-cuckoo
+--without-system-dragonbox
--without-system-firebird
--without-system-glm
--without-system-gpgmepp
@@ -32,6 +33,7 @@
--without-system-libepubgen
--without-system-libetonyek
--without-system-libexttextcat
+--without-system-libfixmath
--without-system-libfreehand
--without-system-liblangtag
--without-system-libmspub
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 055b76e41bf0..55358b090988 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -649,6 +649,13 @@
"dest-filename": "@LIBATOMIC_OPS_TARBALL@"
},
{
+ "url": "https://dev-www.libreoffice.org/src/@DRAGONBOX_TARBALL@",
+ "sha256": "@DRAGONBOX_SHA256SUM@",
+ "type": "file",
+ "dest": "external/tarballs",
+ "dest-filename": "@DRAGONBOX_TARBALL@"
+ },
+ {
"url": "https://dev-www.libreoffice.org/src/@DTOA_TARBALL@",
"sha256": "@DTOA_SHA256SUM@",
"type": "file",