From 4da1e31b833a2bff190dc3c6bc807e35ee724ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 24 Oct 2013 09:56:49 +0100 Subject: [PATCH] is this the foo we need now to download automatically Change-Id: I156c2a2d645c140bfd716f41d8c81c0656ceee56 --- Makefile.fetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.fetch b/Makefile.fetch index 61dfe6c731e7..60ce0aee392d 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -99,6 +99,8 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,EPM,$(EPM_TARBALL)) \ $(call fetch_Optional,EXPAT,$(EXPAT_TARBALL)) \ $(call fetch_Optional,MARIADB,$(MARIADB_TARBALL)) \ + $(call fetch_Optional,MORE_FONTS,$(FONT_CALADEA_TARBALL)) \ + $(call fetch_Optional,MORE_FONTS,$(FONT_CARLITO_TARBALL)) \ $(call fetch_Optional,MORE_FONTS,$(FONT_DEJAVU_TARBALL)) \ $(call fetch_Optional,MORE_FONTS,$(FONT_GENTIUM_TARBALL)) \ $(call fetch_Optional,MORE_FONTS,$(FONT_LIBERATION_NARROW_TARBALL)) \