summaryrefslogtreecommitdiff
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>2017-02-28 10:54:22 +0100
commitd7cecbb355b2720cee28fde2e8610ffb257587fe (patch)
tree5c98beadef89f92ca07ecf4972f7a8e0db402c8a /Makefile.fetch
parent915704b3f388dd7fd157c8715d3afc336a3ec54f (diff)
Bundle Google Noto fonts
(cherry picked from commit 1b6ec3bddf80775fe939875c188c61cd4241441e) 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 8b04f63a80f2..8e5481dd294d 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -222,6 +222,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)
,$(call fetch_Download_item,http://dev-www.libreoffice.org/extern,$(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: