blob: 7169663ce7e3ad45552478113ace339f8650bfe9 (
plain)
1
2
3
4
5
6
7
8
9
|
require flite.inc
PR = "r5"
EXTRA_OECONF = "--with-audio=oss --enable-shared"
SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.bz2 \
file://fix-read-only-assignments.patch;patch=1 \
file://configure-with-audio.patch;patch=1"
|