summaryrefslogtreecommitdiffstats
path: root/Makefile.fetch
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-11-06 21:03:40 +0100
committerAndras Timar <andras.timar@collabora.com>2016-11-06 21:05:53 +0100
commit1b6ec3bddf80775fe939875c188c61cd4241441e (patch)
tree487ae115d0331d1ce2a9fec322e9f73934b0d47c /Makefile.fetch
parenttdf#103664: FILEOPEN: DOCX: Wingdings symbols are imported as rectangles (diff)
downloadcore-1b6ec3bddf80775fe939875c188c61cd4241441e.tar.gz
core-1b6ec3bddf80775fe939875c188c61cd4241441e.zip
Bundle Google Noto fonts
Change-Id: Ic39ef335a5829d7472090d253af7d6c74393c05a
Diffstat (limited to 'Makefile.fetch')
-rw-r--r--Makefile.fetch3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index 3c634f5ed566..742aa06332ae 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -235,6 +235,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)
,$(call fetch_Download_item,http://ooo.itc.hu/oxygenoffice/download/libreoffice,$(item)))
$(if $(call fetch_Optional,LIBGLTF,LIBGLTF_TARBALL) \
, $(call fetch_Download_item,http://dev-www.libreoffice.org/src/libgltf,$(call fetch_Optional,LIBGLTF,LIBGLTF_TARBALL)))
+ $(foreach item, \
+ $(call fetch_Optional,NOTO_FONT,FONT_NOTO_TARBALL) \
+ ,$(call fetch_Download_item,https://noto-website-2.storage.googleapis.com/pkgs,$(item)))
@mkdir -p $(dir $@) && touch $@
# vim: set noet sw=4 ts=4: