mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 00:47:43 +00:00
mimic: needs wchar support
Fixes: http://autobuild.buildroot.net/results/9f7/9f7c1af4b9fd8331672c9096821db91d5f7f3aa1/ http://autobuild.buildroot.net/results/47f/47f5ec3fabefd85e62b675142bd6728904acd5d8/ At the same time fixup space/tabs for 'help' option. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d2a349c911
commit
8436db1a80
@ -1,5 +1,9 @@
|
|||||||
|
comment "mimic needs a toolchain w/ wchar"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_MIMIC
|
config BR2_PACKAGE_MIMIC
|
||||||
bool "mimic"
|
bool "mimic"
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
Mimic is a fast, lightweight Text-to-speech engine developed
|
Mimic is a fast, lightweight Text-to-speech engine developed
|
||||||
by Mycroft A.I. and VocaliD, based on Carnegie Mellon
|
by Mycroft A.I. and VocaliD, based on Carnegie Mellon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user