From 6a8e3aab59fdbd666db7bcfc11d042bc41f8ac6a Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 8 Jul 2022 08:18:57 +0000 Subject: [PATCH] qtquick3dphysics: add dependency to qtquick3d-native Needs explicit dependency to qtquick3d-native if tools are not built for the target. Pick-to: 6.4 Change-Id: I999a946536a4f15620f10d60e5c3195a0d1f4b9b Reviewed-by: Mikko Gronoff --- recipes-qt/qt6/qtquick3dphysics_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt6/qtquick3dphysics_git.bb b/recipes-qt/qt6/qtquick3dphysics_git.bb index a453e2d..54d5f72 100644 --- a/recipes-qt/qt6/qtquick3dphysics_git.bb +++ b/recipes-qt/qt6/qtquick3dphysics_git.bb @@ -19,4 +19,4 @@ COMPATIBLE_MACHINE:arm = "(.*)" COMPATIBLE_MACHINE:x86 = "(.*)" COMPATIBLE_MACHINE:x86-64 = "(.*)" -DEPENDS = "qtbase qtquick3d qtdeclarative-native" +DEPENDS = "qtbase qtquick3d qtquick3d-native qtdeclarative-native"