[Libreoffice-commits] core.git: Makefile.fetch

Zolnai Tamás tamas.zolnai at collabora.com
Mon Jul 14 01:55:30 PDT 2014


 Makefile.fetch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca13d1f6988bc1671000a30af483b00eb15bcdb8
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Mon Jul 14 10:53:11 2014 +0200

    libgltf: download from libgltf subfolder
    
    Change-Id: If535d4c8075adf610575a5a5adf0dcad0b8f182a

diff --git a/Makefile.fetch b/Makefile.fetch
index 1c0d53e..e42ea40 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -156,7 +156,6 @@ $(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) \
@@ -236,6 +235,7 @@ $(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:


More information about the Libreoffice-commits mailing list