diff options
author | David Tardon <dtardon@redhat.com> | 2015-01-01 23:02:29 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-01-01 23:02:29 +0100 |
commit | d2d941ceec8c02f2c062558bd573d49d988a0fcc (patch) | |
tree | 5e2f166f15fc6a9843a24438963c661d9ff31d28 /download.lst | |
parent | fcf152ea70164f303861c7edcd83ab0766ad600a (diff) |
define all needed macros for libodfgen build on windows
Change-Id: Ic05027fafc9bed8d37306be9c7da63e53d1c6196
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/download.lst b/download.lst index 05d98d3b878a..f439eb46557c 100644 --- a/download.lst +++ b/download.lst @@ -109,7 +109,8 @@ export MYTHES_TARBALL := a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz export NEON_TARBALL := ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz export NSS_TARBALL := b279551b7638d0e36d1199548124c247-nss-3.16.5-with-nspr-4.10.6.tar.gz export ODFGEN_MD5SUM := 47d292edebac7b60c61d5cf307da1d64 -export ODFGEN_TARBALL := libodfgen-0.1.3.tar.bz2 +export ODFGEN_VERSION_MICRO := 3 +export ODFGEN_TARBALL := libodfgen-0.1.$(ODFGEN_VERSION_MICRO).tar.bz2 export OPENCOLLADA_MD5SUM := 4ca8a6ef0afeefc864e9ef21b9f14bd6 export OPENCOLLADA_TARBALL := OpenCOLLADA-master-6509aa13af.tar.bz2 export OPENLDAP_TARBALL := 804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz |