mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtconnectivity: move declarative dependency to examples
QtConnectivity does not have dependency to declarative other than in the examples. Move the dependencies to example PACKAGECONFIG so the module can be built with minimal dependencies. Pick-to: 6.9 6.8 Fixes: QTBUG-131341 Change-Id: Id43f4c295aa2283d322d85c115797d6eb70843c5 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
parent
0e9320d12e
commit
5fa2f694a3
|
|
@ -14,9 +14,10 @@ inherit qt6-cmake
|
|||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtdeclarative-native"
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}"
|
||||
PACKAGECONFIG[bluez] = "-DFEATURE_bluez=ON,-DFEATURE_bluez=OFF,bluez5"
|
||||
PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtdeclarative qtdeclarative-native"
|
||||
|
||||
FILES:${PN}-tools = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user