Meson version of kiwix-lib and kiwix-tools are on master now.
This commit is contained in:
parent
59ad736645
commit
1e97beeafb
|
@ -435,7 +435,6 @@ class Kiwixlib(Dependency, GitCloneMixin, MesonMixin):
|
|||
name = "kiwix-lib"
|
||||
git_remote = "https://github.com/kiwix/kiwix-lib.git"
|
||||
git_dir = "kiwix-lib"
|
||||
git_ref = "meson"
|
||||
source_dir = "kiwix-lib"
|
||||
configure_option = "-Dctpp2-install-prefix={options.install_dir}"
|
||||
|
||||
|
@ -444,7 +443,6 @@ class KiwixTools(Dependency, GitCloneMixin, MesonMixin):
|
|||
name = "kiwix-tools"
|
||||
git_remote = "https://github.com/kiwix/kiwix-tools.git"
|
||||
git_dir = "kiwix-tools"
|
||||
git_ref = "meson"
|
||||
source_dir = "kiwix-tools"
|
||||
configure_option = "-Dctpp2-install-prefix={options.install_dir}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue