diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-12-20 18:52:38 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-12-20 18:52:38 +0300 |
commit | 9607352a4de3fb0a82f251c5983e928c0b453858 (patch) | |
tree | 0e48f109b0c48bd9e30e20f61387cb081c676a76 | |
parent | 667b92a3a569fad84e6476fe6aa9e9199c1f49c2 (diff) |
psi: build fix
-rw-r--r-- | packages/net-im/psi/psi-scm.exheres-0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/net-im/psi/psi-scm.exheres-0 b/packages/net-im/psi/psi-scm.exheres-0 index 8ce4610..cd26f67 100644 --- a/packages/net-im/psi/psi-scm.exheres-0 +++ b/packages/net-im/psi/psi-scm.exheres-0 @@ -10,6 +10,7 @@ SCM_EXTERNAL_REFS=" iris:iris 3rdparty/qhttp:qhttp 3rdparty/http-parser:httpparser + 3rdparty/qite:qite " SCM_SECONDARY_REPOSITORIES=" iris @@ -20,12 +21,14 @@ SCM_SECONDARY_REPOSITORIES=" resources psiplusl10n psiplusplugins + qite " SCM_iris_REPOSITORY="https://github.com/psi-im/iris.git" SCM_libpsi_REPOSITORY="https://github.com/psi-im/libpsi.git" SCM_qhttp_REPOSITORY="https://github.com/psi-im/qhttp.git" SCM_httpparser_REPOSITORY="https://github.com/nodejs/http-parser.git" +SCM_qite_REPOSITORY="https://github.com/Ri0n/qite.git" SCM_psiplus_REPOSITORY="https://github.com/psi-plus/main.git" SCM_resources_REPOSITORY="https://github.com/psi-plus/resources.git" |