mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtspeech: add dependency to qtmultimedia
QtSpeech now has hard dependency to QtMultimedia. Change-Id: I61e2d73c004b225678c040c0096c38c2ea8597a7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
0df94cceef
commit
b794bfbd8b
|
|
@ -13,8 +13,8 @@ inherit qt6-cmake
|
|||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
DEPENDS += "qtbase qtmultimedia"
|
||||
|
||||
PACKAGECONFIG ?= "qml"
|
||||
PACKAGECONFIG[flite] = "-DFEATURE_flite=ON,-DFEATURE_flite=OFF,flite qtmultimedia"
|
||||
PACKAGECONFIG[flite] = "-DFEATURE_flite=ON,-DFEATURE_flite=OFF,flite"
|
||||
PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user