mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Match the REQUIRED_DISTRO_FEATURES for examples recipe to the module recipes. Fixes: QTBUG-140056 Change-Id: I2a199202a94bfa9503d522bdc6854c829957963d Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
26 lines
538 B
BlitzBasic
26 lines
538 B
BlitzBasic
LICENSE = "The-Qt-Company-Commercial | BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/BSD-3-Clause.txt;md5=cb40fa7520502d8c7a3aea47cae1316c \
|
|
file://LICENSES/LicenseRef-Qt-Commercial.txt;md5=40a1036f91cefc0e3fabad241fb5f187 \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
inherit features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
QT_MODULE = "qtwebengine"
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6-examples.inc
|
|
|
|
SRC_URI += "\
|
|
file://0002-Enable-examples.patch \
|
|
"
|
|
|
|
DEPENDS += "\
|
|
qtdeclarative-native \
|
|
qtpdf \
|
|
"
|
|
|