diff options
author | Mikko Gronoff <[email protected]> | 2025-05-26 10:21:38 +0300 |
---|---|---|
committer | Samuli Piippo <[email protected]> | 2025-06-03 08:25:46 +0000 |
commit | ea52606d22a79ffb861640c0b16748edce9b38c2 (patch) | |
tree | 2388a26ba9af9c5dc6d0f1ed547c79e7cfb61e0d | |
parent | 6c7be47fb73b7e89f7b04408506366c1bbb977a1 (diff) |
In 6.10, qtwayland-native dependency is obsolete after
qtwayland client move to qtbase.
Pick-to: walnascar styhead scarthgap kirkstone
Change-Id: Ifcf66ea29e250a03be3b97c4c025fb4c17a33c57
Reviewed-by: Ari Parkkila <[email protected]>
-rw-r--r-- | meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demolauncher_git.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demolauncher_git.bb b/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demolauncher_git.bb index 99731558..f5c6c658 100644 --- a/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demolauncher_git.bb +++ b/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demolauncher_git.bb @@ -25,7 +25,13 @@ SRCREV = "9fb7f723cf2bcf840075e361d473f82015d42334" SRCREV_FORMAT = "${QT_MODULE}" SRCREV_metadata = "588d3b72ee3fd52f3dea26fb38799ff73222a6b8" -DEPENDS += "qtbase qtdeclarative qtdeclarative-native qtwayland qtwayland-native" +DEPENDS += "\ + qtbase \ + qtdeclarative \ + qtdeclarative-native \ + qtwayland \ + ${@'qtwayland-native' if bb.utils.vercmp_string_op(d.getVar('QT_VERSION'), '6.10', '<') else ''} \ +" RDEPENDS:${PN} += "qtdoc-examples" S = "${WORKDIR}/git" |