mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtgraphs: remove opengl requirement
QtGraphs no longer requires opengl to work. Pick-to: 6.6 Change-Id: I03e166dc2d4265b74156f17d56ba4e20bc180bfd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
6ec6b62dad
commit
3df4dfb2e2
|
|
@ -16,7 +16,7 @@ RDEPENDS:${PN} += " \
|
|||
qtconnectivity \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtdatavis3d', '', d)} \
|
||||
qtdeviceutilities \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtgraphs', '', d)} \
|
||||
qtgraphs \
|
||||
${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'qtgrpc', '', d)} \
|
||||
qthttpserver \
|
||||
qtimageformats \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user