]>
Commit | Line | Data |
---|---|---|
da53e2e0 | 1 | menuconfig BR2_PACKAGE_FESTIVAL |
fa324fb8 PK |
2 | bool "festival text-to-speech system" |
3 | depends on BR2_INSTALL_LIBSTDCPP | |
a6ada2c9 | 4 | depends on BROKEN # doesn't build |
fa324fb8 PK |
5 | select BR2_PACKAGE_ALSA_LIB |
6 | select BR2_PACKAGE_SPEECH_TOOLS | |
7 | help | |
8 | Text to speech system for Linux | |
da53e2e0 JV |
9 | |
10 | if BR2_PACKAGE_FESTIVAL | |
11 | ||
12 | menu "speech tools" | |
e7df5afe | 13 | source "package/multimedia/festival/speech-tools/Config.in" |
da53e2e0 JV |
14 | endmenu |
15 | ||
16 | menu "festival lexicons" | |
e7df5afe | 17 | source "package/multimedia/festival/lexicons/Config.in" |
da53e2e0 JV |
18 | endmenu |
19 | ||
20 | menu "festival voices" | |
e7df5afe | 21 | source "package/multimedia/festival/voices/Config.in" |
da53e2e0 JV |
22 | endmenu |
23 | ||
24 | endif | |
fa324fb8 PK |
25 | |
26 | comment "festival requires a toolchain with C++ support enabled" | |
27 | depends on !BR2_INSTALL_LIBSTDCPP |