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