Add missing declarations of libzim.

The dependencies of libzim were missing.
If we run a single run to compile everything everything run correctly
as zlib and lzma will be installed because of kiwix-lib (and other)
dependencies.
This commit is contained in:
Matthieu Gautier 2017-04-08 21:14:27 +02:00
parent d1e7653fa5
commit a021f8e739
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ class Icu_cross_compile(Icu):
class Libzim(Dependency):
name = "libzim"
dependencies = ['zlib', 'lzma']
class Source(GitClone):
git_remote = "https://github.com/openzim/libzim.git"