mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-20 18:18:30 +00:00
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:
@ -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
|
||||
|
@ -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@",
|
||||
|
Reference in New Issue
Block a user