diff options
author | David Tardon <dtardon@redhat.com> | 2013-10-24 16:46:49 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-30 20:12:33 +0000 |
commit | 08ca3e40b0ac19975459589c9bee8ea77331a6c0 (patch) | |
tree | 5a98a6376f68d95bd8c0c06bd0b87826c12e4876 /Makefile.fetch | |
parent | 412975713b4838582f635ac9e61a8a8e720ff09c (diff) |
bundle libetonyek
Change-Id: I4099ea49ebce7c28152a0895086be5b86b18e28b
Reviewed-on: https://gerrit.libreoffice.org/6486
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
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 60ce0aee392d..39332d7328d7 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -76,6 +76,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(foreach item, \ $(call fetch_Optional,LIBATOMIC_OPS,LIBATOMIC_OPS_TARBALL) \ $(call fetch_Optional,CDR,CDR_TARBALL) \ + $(call fetch_Optional,ETONYEK,ETONYEK_TARBALL) \ $(call fetch_Optional,FIREBIRD,FIREBIRD_TARBALL) \ $(call fetch_Optional,HARFBUZZ,HARFBUZZ_TARBALL) \ $(call fetch_Optional,MSPUB,MSPUB_TARBALL) \ |