mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtspeech: enable flite as speech engine
Use flite as the default speech engine for Qt Speech. Change-Id: I7f130bd29012b1645ae941013ec020b9d9cabb09 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
727ab37d82
commit
73c56ede70
|
|
@ -15,6 +15,6 @@ include recipes-qt/qt6/qt6.inc
|
||||||
|
|
||||||
DEPENDS += "qtbase qtmultimedia"
|
DEPENDS += "qtbase qtmultimedia"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "qml"
|
PACKAGECONFIG ?= "qml flite"
|
||||||
PACKAGECONFIG[flite] = "-DFEATURE_flite=ON,-DFEATURE_flite=OFF,flite"
|
PACKAGECONFIG[flite] = "-DFEATURE_flite=ON,-DFEATURE_flite=OFF,flite"
|
||||||
PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
|
PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user