beecrypt: make a config option for C++ support
authorArnout Vandecappelle <arnout@mind.be>
Wed, 26 Mar 2014 17:40:54 +0000 (18:40 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 26 Mar 2014 21:50:24 +0000 (22:50 +0100)
commit3fb263f714443dd45890dfeece3de23fbb1e1dc2
tree1bc80ce6a9be690b1ce194bfa8afa4f3ffc65edc
parent0ac91f8fc202c3b63463577564e1bbb9ec5483aa
beecrypt: make a config option for C++ support

beecrypt used to pull in icu automatically when C++ support was enabled,
but since icu is pretty large and slow, that automatic dependency was
removed.  However, it is not obvious to the user that he should enable
icu in order to get C++ support in beecrypt. Therefore, make the C++
support a user visible config option and mention icu in the help text.

It would also be possible to automatically enable C++ support if icu
happens to be selected for another reason, but that doesn't really seem
to offer an advantage.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/beecrypt/Config.in
package/beecrypt/beecrypt.mk