blob: 5b8ff063588f34ca8af8028025096b0563016081 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require flite.inc
PR = "r5"
EXTRA_OECONF = "--with-audio=oss --enable-shared"
CFLAGS += " -lasound "
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"
|