aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-11-26 10:17:39 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2020-11-27 07:27:12 +0200
commit47c530b5e02a71dc1603c89157b2e190f3ff64b6 (patch)
tree7f09736b26fb58dcd6d0d71c041e1b9b937e00ac
parentecc126ed6e1b697cba5ca5c76820c0f193d1182c (diff)
qt3d: add dependency to qtshadertools
Build needs to have both target and native as dependency. Change-Id: Ib8f01b30822e1e3d2f170297b620c352819e77ca Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--recipes-qt/qt6/qt3d_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt6/qt3d_git.bb b/recipes-qt/qt6/qt3d_git.bb
index a1a71ad..e4216c8 100644
--- a/recipes-qt/qt6/qt3d_git.bb
+++ b/recipes-qt/qt6/qt3d_git.bb
@@ -18,7 +18,7 @@ SRC_URI += " \
git://github.com/assimp/assimp.git;name=assimp;branch=assimp_5.0_release;protocol=https;destsuffix=git/src/3rdparty/assimp/src \
"
-DEPENDS = "qtbase qtdeclarative qtshadertools-native"
+DEPENDS = "qtbase qtdeclarative qtshadertools qtshadertools-native"
PACKAGECONFIG ??= ""
PACKAGECONFIG_class-target ?= "system-assimp"