diff options
-rw-r--r-- | packages/net-im/psi/psi-scm.exheres-0 | 13 |
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 |