4073f2ae0e
Both p1_oauth2 and jiffy are runtime dependencies. Mark the corresponding select in the Config.in file with a # runtime comment. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
config BR2_PACKAGE_EJABBERD
|
|
bool "ejabberd"
|
|
depends on BR2_PACKAGE_ERLANG
|
|
depends on BR2_INSTALL_LIBSTDCPP # jiffy, stringprep
|
|
select BR2_PACKAGE_ERLANG_EIMP
|
|
select BR2_PACKAGE_ERLANG_JIFFY # runtime
|
|
select BR2_PACKAGE_ERLANG_LAGER
|
|
select BR2_PACKAGE_ERLANG_P1_CACHE_TAB
|
|
select BR2_PACKAGE_ERLANG_P1_ICONV
|
|
select BR2_PACKAGE_ERLANG_P1_OAUTH2 # runtime
|
|
select BR2_PACKAGE_ERLANG_P1_SIP
|
|
select BR2_PACKAGE_ERLANG_P1_STRINGPREP
|
|
select BR2_PACKAGE_ERLANG_P1_STUN
|
|
select BR2_PACKAGE_ERLANG_P1_TLS
|
|
select BR2_PACKAGE_ERLANG_P1_UTILS
|
|
select BR2_PACKAGE_ERLANG_P1_XML
|
|
select BR2_PACKAGE_ERLANG_P1_XMPP
|
|
select BR2_PACKAGE_ERLANG_P1_YAML
|
|
select BR2_PACKAGE_ERLANG_P1_ZLIB
|
|
select BR2_PACKAGE_GETENT
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
Ejabberd is a Jabber/XMPP instant messaging server, written
|
|
in Erlang/OTP. Among other features, ejabberd is
|
|
cross-platform, fault-tolerant, clusterable and modular.
|
|
|
|
http://www.ejabberd.im
|
|
|
|
comment "ejabberd needs erlang, toolchain w/ C++"
|
|
depends on !BR2_PACKAGE_ERLANG || !BR2_INSTALL_LIBSTDCPP
|