diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-04-30 11:37:13 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-04-30 11:37:13 +0300 |
commit | 6153bd31e41a79ce5a0a90d642589313c1623c1a (patch) | |
tree | 90707a7362341358f0dcf147cf930a32589265ff | |
parent | 805da889064aa8ad7b0ce4c91c6c7b63e35b98fe (diff) |
psi: build fix
-rw-r--r-- | packages/net-im/psi/psi-scm.exheres-0 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/net-im/psi/psi-scm.exheres-0 b/packages/net-im/psi/psi-scm.exheres-0 index 9e3a6cc..626d20e 100644 --- a/packages/net-im/psi/psi-scm.exheres-0 +++ b/packages/net-im/psi/psi-scm.exheres-0 @@ -103,9 +103,11 @@ DEPENDENCIES=" ]] " +#TODO: fix problem, disabled for now +# 'extras BUILD_PSIMEDIA' + CMAKE_SRC_CONFIGURE_OPTIONS=( 'extras IS_PSIPLUS' - 'extras BUILD_PSIMEDIA' ) CMAKE_SRC_CONFIGURE_OPTION_USES=( @@ -122,6 +124,7 @@ CMAKE_SRC_CONFIGURE_OPTION_ENABLES=( CMAKE_SRC_CONFIGURE_PARAMS+=( -DBUNDLED_IRIS=ON -DUSE_CCACHE=OFF + -DBUILD_PSIMEDIA=OFF ) pkg_setup() { |