aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/speech-dispatcher
diff options
context:
space:
mode:
authorJulien 'Ainulindale' Cassignol <ainulindale@gmail.com>2009-06-09 16:29:28 +0200
committerJulien 'Ainulindale' Cassignol <ainulindale@gmail.com>2009-06-09 16:29:28 +0200
commit1a5b798b9175cd4239954254d1f6463f15baff8d (patch)
tree1e2c533a0a024b1f6dc6fe63c2a14d1f0c9de1e2 /recipes/speech-dispatcher
parenta034e55aa3f196238aaaec63a47d8cc9bd9e4a8d (diff)
downloadopenembedded-1a5b798b9175cd4239954254d1f6463f15baff8d.tar.gz
speech-dispatched: Overriden configuration for SHR, disabled pulseaudio.
Signed-off-by: Julien 'Ainulindale' Cassignol <ainulindale@gmail.com>
Diffstat (limited to 'recipes/speech-dispatcher')
-rw-r--r--recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb b/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb
index 145f07531a..37eba0af35 100644
--- a/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb
+++ b/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb
@@ -3,9 +3,11 @@ for speech synthesis through a simple, stable and well documented interface."
HOMEPAGE = "http://www.freebsoft.org/speechd/"
LICENSE = "GPLv2"
DEPENDS = "espeak flite pulseaudio libdotconf glib-2.0"
+DEPENDS_shr = "espeak flite libdotconf glib-2.0"
+
RPROVIDES_${PN} += "speechd"
-PR = "r1"
+PR = "r2"
inherit autotools update-rc.d
@@ -17,8 +19,9 @@ SRC_URI = "http://www.freebsoft.org/pub/projects/speechd/${PN}-${PV}.tar.gz \
LEAD_SONAME = "libspeechd.so"
EXTRA_OECONF = " --with-espeak --with-flite --without-ibmtts --without-nas --with-alsa "
+EXTRA_OECONF_shr = " --with-espeak --with-flite --without-ibmtts --without-nas --with-alsa --without-pulse "
-INITSCRIPT_NAME = "speech-dispatcher"
+INITSCRIPT_NAE = "speech-dispatcher"
INITSCRIPT_PARAMS = "defaults 45"
do_install() {