aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-04 13:33:09 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2020-05-11 16:00:21 +0200
commitac9951b21856d111a8c62e65fbfc42386d2aea87 (patch)
tree47666f3f76a25bd89cda31f7446f20f3bb8a6e84
parentd6b6838e55aae46699e4dbdc24c13bc405e94f32 (diff)
qtquick3d: Add module prefix for enabling assimp
Lately qtquick 3D changed this option to avoid some conflicts see [1] Fixes #314 [1] https://github.com/qt/qtquick3d/commit/b14b14e9194708cf02df1149bd735f6ce245c3e4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-qt/qt5/qtquick3d_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtquick3d_git.bb b/recipes-qt/qt5/qtquick3d_git.bb
index e267736b..7409efb1 100644
--- a/recipes-qt/qt5/qtquick3d_git.bb
+++ b/recipes-qt/qt5/qtquick3d_git.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
"
PACKAGECONFIG ??= ""
-PACKAGECONFIG[system-assimp] = "-system-assimp,-qt-assimp,assimp"
+PACKAGECONFIG[system-assimp] = "-system-quick3d-assimp,-qt-quick3d-assimp,assimp"
EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"