Temporary change the git_remote for zimlib.
zimlib doesn't use github but gerrit to handle changes. As this patches to review, there is no meson branche for now. Use a personal fork for now. As soon as the meson scripts have been integrated in openzim repository, we should revert this commit.
This commit is contained in:
parent
feca176523
commit
b819c97bf8
|
@ -424,7 +424,8 @@ class Icu(Dependency, ReleaseDownloadMixin, MakeMixin):
|
||||||
|
|
||||||
class Zimlib(Dependency, GitCloneMixin, MesonMixin):
|
class Zimlib(Dependency, GitCloneMixin, MesonMixin):
|
||||||
name = "zimlib"
|
name = "zimlib"
|
||||||
git_remote = "https://gerrit.wikimedia.org/r/p/openzim.git"
|
#git_remote = "https://gerrit.wikimedia.org/r/p/openzim.git"
|
||||||
|
git_remote = "https://github.com/mgautierfr/openzim"
|
||||||
git_dir = "openzim"
|
git_dir = "openzim"
|
||||||
git_ref = "meson"
|
git_ref = "meson"
|
||||||
source_dir = "openzim/zimlib"
|
source_dir = "openzim/zimlib"
|
||||||
|
|
Loading…
Reference in New Issue