diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-20 12:24:19 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-20 12:24:19 +0000 |
commit | a2f3bda7c838e1e5750e0ea96096f2b3de6590fe (patch) | |
tree | 698805e5905f428b534b0f2f1ed28b9b0d63bf41 /packages/speech-dispatcher/speech-dispatcher_0.6.6.bb | |
parent | 3223fbd9a2002c79ba09633596c70e5f483094d4 (diff) |
speech-dispatcher: fix configure.in for c++
* we have a little patch that has support for espeak
* the autoconf macros AC_LANG_PUSH/POP is used with c++, but it is not
checked if c++ is available
* tweak configure_fix.patch to support this
* bug 4391 was reported by ant and is fixed now
* bump PR
Diffstat (limited to 'packages/speech-dispatcher/speech-dispatcher_0.6.6.bb')
-rw-r--r-- | packages/speech-dispatcher/speech-dispatcher_0.6.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/speech-dispatcher/speech-dispatcher_0.6.6.bb b/packages/speech-dispatcher/speech-dispatcher_0.6.6.bb index 302f642d67..105c32312f 100644 --- a/packages/speech-dispatcher/speech-dispatcher_0.6.6.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 = "r0" +PR = "r1" inherit autotools update-rc.d |