mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtgraphs: include only when opengl is available
QtGraphs has hard dependency to opengl, don't include it in packagegroup unless DISTRO_FEATURE is enabled. Change-Id: I86ea98c7dd70d25ba20b348681e3c17e782c9576 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
7931febe45
commit
a938dbc6c5
|
|
@ -16,7 +16,7 @@ RDEPENDS:${PN} += " \
|
|||
qtconnectivity \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtdatavis3d', '', d)} \
|
||||
qtdeviceutilities \
|
||||
qtgraphs \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtgraphs', '', d)} \
|
||||
${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'qtgrpc', '', d)} \
|
||||
qthttpserver \
|
||||
qtimageformats \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user