package/speechd: add default configure options
- add default configure options for all optional speechd features/ output modules (disable all with additional library dependencies, enable oss) Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
1a5686823d
commit
9cdccfdaae
@ -14,7 +14,22 @@ SPEECHD_AUTORECONF = YES
|
||||
SPEECHD_GETTEXTIZE = YES
|
||||
SPEECHD_DEPENDENCIES = host-pkgconf dotconf libglib2 libsndfile
|
||||
SPEECHD_CONF_ENV = ac_cv_prog_HELP2MAN=""
|
||||
SPEECHD_CONF_OPTS = --without-kali
|
||||
SPEECHD_CONF_OPTS = \
|
||||
--disable-python \
|
||||
--without-espeak \
|
||||
--without-espeak-ng \
|
||||
--without-flite \
|
||||
--without-ibmtts \
|
||||
--without-voxin \
|
||||
--without-ivona \
|
||||
--without-pico \
|
||||
--without-baratinoo \
|
||||
--without-kali \
|
||||
--without-pulse \
|
||||
--without-libao \
|
||||
--without-alsa \
|
||||
--with-oss \
|
||||
--without-nas
|
||||
|
||||
# fix missing config.rpath (needed for autoreconf) in the codebase
|
||||
define SPEECHD_TOUCH_CONFIG_RPATH
|
||||
|
Loading…
Reference in New Issue
Block a user