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>
20 lines
546 B
BlitzBasic
20 lines
546 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
|
|
|
|
QT_MODULE = "qtvncserver"
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6-examples.inc
|
|
include recipes-qt/qt6/qt6-commercial.inc
|
|
|
|
DEPENDS += "\
|
|
qtdeclarative-native \
|
|
qtvncserver \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland', '', d)} \
|
|
"
|