summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-04-30 12:17:47 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-04-30 12:17:47 +0300
commit002ce394b83778e524d745a916a6ff6fdc4ccfac (patch)
tree0b847d0de44f6abf1364ca49c17292f47e8a24e3
parent6153bd31e41a79ce5a0a90d642589313c1623c1a (diff)
psi: build fix
-rw-r--r--packages/net-im/psi/psi-scm.exheres-013
1 files changed, 5 insertions, 8 deletions
diff --git a/packages/net-im/psi/psi-scm.exheres-0 b/packages/net-im/psi/psi-scm.exheres-0
index 626d20e..811f6d4 100644
--- a/packages/net-im/psi/psi-scm.exheres-0
+++ b/packages/net-im/psi/psi-scm.exheres-0
@@ -108,11 +108,11 @@ DEPENDENCIES="
CMAKE_SRC_CONFIGURE_OPTIONS=(
'extras IS_PSIPLUS'
+ 'providers:webkit IS_WEBKIT'
+ 'providers:webengine IS_WEBENGINE'
)
CMAKE_SRC_CONFIGURE_OPTION_USES=(
- 'providers:webkit WEBKIT'
- 'providers:webengine WEBENGINE'
'providers:enchant ENCHANT'
'providers:hunspell HUNSPELL'
)
@@ -121,10 +121,13 @@ CMAKE_SRC_CONFIGURE_OPTION_ENABLES=(
'plugins PLUGINS'
)
+#TODO: add webengine option
+
CMAKE_SRC_CONFIGURE_PARAMS+=(
-DBUNDLED_IRIS=ON
-DUSE_CCACHE=OFF
-DBUILD_PSIMEDIA=OFF
+ -DCHAT_TYPE=BASIC
)
pkg_setup() {
@@ -177,12 +180,6 @@ src_prepare() {
default
}
-src_configure() {
- option providers:webengine && CMAKE_SRC_CONFIGURE_PARAMS+=( -DENABLE_WEBKIT=ON )
- option providers:webkit && CMAKE_SRC_CONFIGURE_PARAMS+=( -DENABLE_WEBKIT=ON )
- ! option providers:webkit && ! option providers:webengine && CMAKE_SRC_CONFIGURE_PARAMS+=( -DENABLE_WEBKIT=OFF )
- cmake_src_configure
-}
src_install() {
cmake_src_install