diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-03-13 15:18:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-03-13 15:18:09 +0000 |
commit | 672fe5a52653790783da41d4809ba763d0e49e27 (patch) | |
tree | 50cf0b33ec8641e63e230afb395960066a1cc508 /packages/speech-dispatcher | |
parent | dfecbe7c7536f2de8cedc17d54caa360758d0d56 (diff) | |
parent | d17e5672c1ad07193835e47188e8819f7b9ad63d (diff) |
merge of '35442223e2d33755090d92a33d52bde6f6e207a1'
and '7050fca057f88bff7fa417c61f8dd6b9596a36ad'
Diffstat (limited to 'packages/speech-dispatcher')
-rw-r--r-- | packages/speech-dispatcher/speech-dispatcher_0.6.6.bb (renamed from packages/speech-dispatcher/speech-dispatcher_0.6.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/speech-dispatcher/speech-dispatcher_0.6.5.bb b/packages/speech-dispatcher/speech-dispatcher_0.6.6.bb index 7b8ba73750..302f642d67 100644 --- a/packages/speech-dispatcher/speech-dispatcher_0.6.5.bb +++ b/packages/speech-dispatcher/speech-dispatcher_0.6.6.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" DEPENDS = "espeak flite pulseaudio libdotconf glib-2.0" RPROVIDES_${PN} += "speechd" -PR = "r8" +PR = "r0" inherit autotools update-rc.d @@ -16,7 +16,7 @@ SRC_URI = "http://www.freebsoft.org/pub/projects/speechd/${PN}-${PV}.tar.gz \ file://configSpeechd.conf.in_00.patch;patch=1" LEAD_SONAME = "libspeechd.so" -EXTRA_OECONF = " --with-espeak=yes --with-flite=yes --with-ibmtts=no --with-nas=no --with-alsa=yes --with-pulse=yes " +EXTRA_OECONF = " --with-espeak --with-flite --without-ibmtts --without-nas --with-alsa --with-pulse " INITSCRIPT_NAME = "speech-dispatcher" INITSCRIPT_PARAMS = "defaults 45" |