9b00be972a
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
485 B
Plaintext
17 lines
485 B
Plaintext
comment "erlang-p1-xmpp needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
config BR2_PACKAGE_ERLANG_P1_XMPP
|
|
bool "erlang-p1-xmpp"
|
|
depends on BR2_INSTALL_LIBSTDCPP # erlang-p1-stringprep
|
|
select BR2_PACKAGE_ERLANG_IDNA
|
|
select BR2_PACKAGE_ERLANG_P1_XML
|
|
select BR2_PACKAGE_ERLANG_P1_STRINGPREP
|
|
select BR2_PACKAGE_ERLANG_P1_TLS
|
|
select BR2_PACKAGE_ERLANG_P1_UTILS
|
|
select BR2_PACKAGE_ERLANG_P1_ZLIB
|
|
help
|
|
XMPP library for Erlang.
|
|
|
|
https://github.com/processone/xmpp
|