kumquat-buildroot/package/speechd/Config.in
Peter Seiderer 9f4f8c5f89 package/speechd: new package
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-02-17 14:45:57 +01:00

21 lines
666 B
Plaintext

config BR2_PACKAGE_SPEECHD
bool "speechd"
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_DOTCONF
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_LIBSNDFILE
help
Speech Dispatcher project provides a high-level device
independent layer for access to speech synthesis through
a simple, stable and well documented interface.
https://freebsoft.org/speechd
comment "speechd needs a toolchain w/ wchar, threads, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
BR2_STATIC_LIBS