diff options
author | David Tardon <dtardon@redhat.com> | 2013-10-22 16:08:01 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-30 20:12:56 +0000 |
commit | 0aa668e8538535d6ee01185b2746d91cb1d849e4 (patch) | |
tree | 534826cded14246730880c3397a35a8d9964e251 /Makefile.fetch | |
parent | 08ca3e40b0ac19975459589c9bee8ea77331a6c0 (diff) |
update libodfgen
Change-Id: I9466c07f18b4befaba662386d69426dd6687d2dd
Reviewed-on: https://gerrit.libreoffice.org/6487
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 39332d7328d7..be6c2e979ed6 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -81,6 +81,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,HARFBUZZ,HARFBUZZ_TARBALL) \ $(call fetch_Optional,MSPUB,MSPUB_TARBALL) \ $(call fetch_Optional,MWAW,MWAW_TARBALL) \ + $(call fetch_Optional,ODFGEN,ODFGEN_TARBALL) \ $(call fetch_Optional,VISIO,VISIO_TARBALL) \ ,$(call fetch_Download_item_special,http://dev-www.libreoffice.org/src,$(item))) $(foreach item, \ @@ -146,7 +147,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,NEON,$(NEON_TARBALL)) \ $(call fetch_Optional,NSS,$(NSS_TARBALL)) \ $(NUMBERTEXT_EXTENSION_PACK) \ - $(call fetch_Optional,ODFGEN,$(ODFGEN_TARBALL)) \ $(call fetch_Optional,OPENLDAP,$(OPENLDAP_TARBALL)) \ $(call fetch_Optional,OPENSSL,$(OPENSSL_TARBALL)) \ $(call fetch_Optional,ORCUS,$(ORCUS_TARBALL)) \ |