mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtcharts: update revision
... to allow build without opengl and to make qtdeclarative dependency
optional using PACKAGECONFIG.
Change-Id: Idc8e73e38c9eb10f2f18c547530654a7c6e3f19f
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 9923954c23)
This commit is contained in:
parent
3db9bb8eef
commit
85cd398ad4
|
|
@ -8,6 +8,9 @@ inherit qt6-cmake
|
|||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative"
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "f7fcfab8b2f0a5c47f9b32f6b515d123fee7841e"
|
||||
PACKAGECONFIG ?= "qml"
|
||||
PACKAGECONFIG[qml] = ",,qtdeclarative"
|
||||
|
||||
SRCREV = "41d67474cae936b6e42096016af95d6df53fb2f8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user