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:
Samuli Piippo 2021-03-25 14:19:29 +02:00
parent 3db9bb8eef
commit 85cd398ad4

View File

@ -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"