1comment "erlang-p1-xmpp needs a toolchain w/ C++" 2 depends on !BR2_INSTALL_LIBSTDCPP 3 4config BR2_PACKAGE_ERLANG_P1_XMPP 5 bool "erlang-p1-xmpp" 6 depends on BR2_INSTALL_LIBSTDCPP # erlang-p1-stringprep 7 select BR2_PACKAGE_ERLANG_P1_XML 8 select BR2_PACKAGE_ERLANG_P1_STRINGPREP 9 select BR2_PACKAGE_ERLANG_P1_TLS 10 select BR2_PACKAGE_ERLANG_P1_UTILS 11 select BR2_PACKAGE_ERLANG_P1_ZLIB 12 help 13 XMPP library for Erlang. 14 15 https://github.com/processone/xmpp 16