diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-09-18 15:42:30 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-01-13 20:50:40 +0100 |
commit | 573cd6214e34f7151cd56afbe2d3e6ff9bbd272e (patch) | |
tree | 0e631b1fec428bc149d4acaeeb7158be0ed1d53e /Makefile.fetch | |
parent | 9b0928ea25d89faabe5095462ed2d3b11db05d56 (diff) |
[cp] Bundle OpenDyslexic font
Change-Id: Ib05a6d6418563fd9333821594f0aca5ab724f3e8
Reviewed-on: https://gerrit.libreoffice.org/79099
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 901d20e965ce..6a3f993264fd 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -253,6 +253,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_SC_TARBALL) \ $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_TC_TARBALL) \ ,$(call fetch_Download_item,https://noto-website-2.storage.googleapis.com/pkgs,$(item))) + $(foreach item, \ + $(call fetch_Optional,MORE_FONTS,FONT_OPENDYSLEXIC_TARBALL) \ + ,$(call fetch_Download_item,https://github.com/antijingoist/opendyslexic/releases/download/v0.91.12,$(item))) @mkdir -p $(dir $@) && touch $@ @mkdir -p $(dir $@)/Executable |