festival: needs C++ support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b624c9e35e
commit
fa324fb8bc
@ -1,8 +1,9 @@
|
|||||||
menuconfig BR2_PACKAGE_FESTIVAL
|
menuconfig BR2_PACKAGE_FESTIVAL
|
||||||
bool "festival text-to-speech system"
|
bool "festival text-to-speech system"
|
||||||
select BR2_PACKAGE_ALSA_LIB
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_SPEECH_TOOLS
|
select BR2_PACKAGE_ALSA_LIB
|
||||||
help
|
select BR2_PACKAGE_SPEECH_TOOLS
|
||||||
|
help
|
||||||
Text to speech system for Linux
|
Text to speech system for Linux
|
||||||
|
|
||||||
if BR2_PACKAGE_FESTIVAL
|
if BR2_PACKAGE_FESTIVAL
|
||||||
@ -20,3 +21,6 @@ if BR2_PACKAGE_FESTIVAL
|
|||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
comment "festival requires a toolchain with C++ support enabled"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
Loading…
Reference in New Issue
Block a user