diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-02 11:51:47 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-02 11:51:47 +0200 |
commit | fa324fb8bc7a0b941a20b4e038da507a741371d8 (patch) | |
tree | 7d516ec384497bf801dec796e84726608a0beae0 /package/multimedia/festival/Config.in | |
parent | b624c9e35e337ecc2b950d70d9a6f89b1d3f1044 (diff) | |
download | buildroot-novena-fa324fb8bc7a0b941a20b4e038da507a741371d8.tar.gz buildroot-novena-fa324fb8bc7a0b941a20b4e038da507a741371d8.zip |
festival: needs C++ support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/festival/Config.in')
-rw-r--r-- | package/multimedia/festival/Config.in | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/package/multimedia/festival/Config.in b/package/multimedia/festival/Config.in index 0c681d110..2be32f9e7 100644 --- a/package/multimedia/festival/Config.in +++ b/package/multimedia/festival/Config.in @@ -1,9 +1,10 @@ menuconfig BR2_PACKAGE_FESTIVAL -bool "festival text-to-speech system" -select BR2_PACKAGE_ALSA_LIB -select BR2_PACKAGE_SPEECH_TOOLS -help - Text to speech system for Linux + bool "festival text-to-speech system" + depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_ALSA_LIB + select BR2_PACKAGE_SPEECH_TOOLS + help + Text to speech system for Linux if BR2_PACKAGE_FESTIVAL @@ -20,3 +21,6 @@ if BR2_PACKAGE_FESTIVAL endmenu endif + +comment "festival requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP |