diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-10 13:37:38 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-05-13 16:34:49 +0200 |
commit | d575917016f65a7322817a8e13ec25c52d18a600 (patch) | |
tree | cb61c65510981ea1cc6f91cb5fe766ecf0ee9aba /Makefile.fetch | |
parent | aa5fe7958d087fbd6e64b29bbf2fa6e4d9ba5ab6 (diff) |
Introduce Collada2gltf external library
Change-Id: I157f175ee6ea719e98ba45133f53cb4d2c3045bb
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 3cbf6af49be0..3683fdf4a181 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -114,6 +114,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,CLUCENE,CLUCENE_TARBALL) \ $(call fetch_Optional,CMIS,CMIS_TARBALL) \ $(call fetch_Optional,COINMP,COINMP_TARBALL) \ + $(call fetch_Optional,COLLADA2GLTF,COLLADA2GLTF_TARBALL) \ $(call fetch_Optional,CPPUNIT,CPPUNIT_TARBALL) \ $(call fetch_Optional,CT2N,CT2N_TARBALL) \ $(call fetch_Optional,CURL,CURL_TARBALL) \ |