09f020105f
Fixes: http://autobuild.buildroot.net/results/6a6fe920eb54d05ba7aff0da9c4dc5a799ae0e3b/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
316 B
Plaintext
12 lines
316 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
|
|
select BR2_PACKAGE_ERLANG_P1_UTILS
|
|
help
|
|
Erlang interface to stringprep
|
|
|
|
https://github.com/processone/stringprep
|