Fix kiwix-desktop dependencies.
This commit is contained in:
parent
eed80c1ff9
commit
1cbfcef9ce
|
@ -5,13 +5,13 @@ from .base import (
|
||||||
|
|
||||||
class KiwixDesktop(Dependency):
|
class KiwixDesktop(Dependency):
|
||||||
name = "kiwix-desktop"
|
name = "kiwix-desktop"
|
||||||
dependencies = ["qt", "qtwebengine", "kiwix-lib"]
|
|
||||||
|
|
||||||
class Source(GitClone):
|
class Source(GitClone):
|
||||||
git_remote = "https://github.com/kiwix/kiwix-desktop.git"
|
git_remote = "https://github.com/kiwix/kiwix-desktop.git"
|
||||||
git_dir = "kiwix-desktop"
|
git_dir = "kiwix-desktop"
|
||||||
|
|
||||||
class Builder(QMakeBuilder):
|
class Builder(QMakeBuilder):
|
||||||
|
dependencies = ["qt", "qtwebengine", "kiwix-lib"]
|
||||||
@property
|
@property
|
||||||
def configure_option(self):
|
def configure_option(self):
|
||||||
options = ["PREFIX={}".format(self.buildEnv.install_dir)]
|
options = ["PREFIX={}".format(self.buildEnv.install_dir)]
|
||||||
|
|
Loading…
Reference in New Issue