861ebf9111
This version includes C++ code, so also add dependency on a C++ compiler. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> [Thomas: - propagate new C++ dependency to ejabberd, as noticed by Romain Naour - fix license information and license files. Not all the code is under the TCL license, in fact most of the code is under the Apache-2.0 license, and some additional license files have been added to clarify this.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
24 lines
783 B
Plaintext
24 lines
783 B
Plaintext
config BR2_PACKAGE_EJABBERD
|
|
bool "ejabberd"
|
|
depends on BR2_PACKAGE_ERLANG
|
|
depends on BR2_INSTALL_LIBSTDCPP # stringprep
|
|
select BR2_PACKAGE_ERLANG_LAGER
|
|
select BR2_PACKAGE_ERLANG_P1_CACHE_TAB
|
|
select BR2_PACKAGE_ERLANG_P1_ICONV
|
|
select BR2_PACKAGE_ERLANG_P1_SIP
|
|
select BR2_PACKAGE_ERLANG_P1_STRINGPREP
|
|
select BR2_PACKAGE_ERLANG_P1_XML
|
|
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
|