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>
11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
comment "erlang-p1-stringprep needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
config BR2_PACKAGE_ERLANG_P1_STRINGPREP
|
|
bool "erlang-p1-stringprep"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Erlang interface to stringprep
|
|
|
|
https://github.com/processone/stringprep
|