Flatpak build needs external/libeot now

...after be12bc0284 "make libeot enabled by
default on Linux and macOS"

Change-Id: I08f405a47bf452e5e96ac3c60990c5e73a6846b7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185212
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
This commit is contained in:
Stephan Bergmann
2025-05-12 14:29:01 +02:00
parent 86e62c4ec7
commit 4d5203851b
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,7 @@
--without-system-libcdr
--without-system-libcmis
--without-system-libebook
--without-system-libeot
--without-system-libepubgen
--without-system-libetonyek
--without-system-libexttextcat

View File

@ -844,6 +844,13 @@
"dest": "external/tarballs",
"dest-filename": "@LIBPNG_TARBALL@"
},
{
"url": "https://dev-www.libreoffice.org/src/@LIBEOT_TARBALL@",
"sha256": "@LIBEOT_SHA256SUM@",
"type": "file",
"dest": "external/tarballs",
"dest-filename": "@LIBEOT_TARBALL@"
},
{
"url": "https://dev-www.libreoffice.org/extern/@OPENSYMBOL_TTF@",
"sha256": "@OPENSYMBOL_SHA256SUM@",