Merge pull request #1115 from alihanozturk/master

speech-dispatcher:edit
This commit is contained in:
yusuf
2016-01-26 01:31:27 +02:00
2 changed files with 4 additions and 4 deletions
@@ -14,14 +14,13 @@ def setup():
shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am")
autotools.autoreconf("-i")
autotools.configure("--disable-static \
--without-ibmtts \
--without-nas \
--enable-shared \
--without-flite \
--with-ivona \
--with-alsa \
--with-espeak \
--with-libao \
--with-pulse")
--with-pulse \
--with-default-audio-method=alsa")
def build():
autotools.make()
@@ -24,6 +24,7 @@
<Dependency>python3-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>texinfo</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>libtool-ltdl</Dependency>
<Dependency>libao-devel</Dependency>