From 409e30a0d526375f66245a81fe3d503b2cd9cc83 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Mon, 14 Jul 2014 11:04:34 +0200 Subject: Revert "libgltf: download from libgltf subfolder" This reverts commit ca13d1f6988bc1671000a30af483b00eb15bcdb8. --- Makefile.fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.fetch') diff --git a/Makefile.fetch b/Makefile.fetch index e42ea40931e0..1c0d53e9bf51 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -156,6 +156,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,LIBATOMIC_OPS,LIBATOMIC_OPS_TARBALL) \ $(call fetch_Optional,LIBEOT,LIBEOT_TARBALL) \ $(call fetch_Optional,LIBEXTTEXTCAT,LIBEXTTEXTCAT_TARBALL) \ + $(call fetch_Optional,LIBGLTF,LIBGLTF_TARBALL) \ $(call fetch_Optional,LIBLANGTAG,LANGTAGREG_TARBALL) \ $(call fetch_Optional,LIBLANGTAG,LIBLANGTAG_TARBALL) \ $(call fetch_Optional,LIBPNG,PNG_TARBALL) \ @@ -235,7 +236,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,MOZ,$(MOZ_ZIP_LIB)) \ $(call fetch_Optional,MOZ,$(MOZ_ZIP_RUNTIME)) \ ,$(call fetch_Download_item_unchecked,http://dev-www.libreoffice.org/mozilla,$(item))) - $(call fetch_Download_item,http://dev-www.libreoffice.org/src/libgltf,$(call fetch_Optional,LIBGLTF,LIBGLTF_TARBALL)) @mkdir -p $(dir $@) && touch $@ # vim: set noet sw=4 ts=4: -- cgit