diff options
Diffstat (limited to 'package/multimedia/festival/speech-tools/Config.in')
-rw-r--r-- | package/multimedia/festival/speech-tools/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/multimedia/festival/speech-tools/Config.in b/package/multimedia/festival/speech-tools/Config.in index d8405bad3..e82ea1e55 100644 --- a/package/multimedia/festival/speech-tools/Config.in +++ b/package/multimedia/festival/speech-tools/Config.in @@ -1,6 +1,10 @@ - config BR2_PACKAGE_SPEECH_TOOLS +config BR2_PACKAGE_SPEECH_TOOLS bool "speech tools for festival" + depends on BR2_INSTALL_LIBSTDCPP help Speech tools for the festival text to speech system http://festvox.org/packed/festival/latest + +comment "speech tools requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP |