From ac9951b21856d111a8c62e65fbfc42386d2aea87 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 4 May 2020 13:33:09 -0700 Subject: 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 --- recipes-qt/qt5/qtquick3d_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5') 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}" -- cgit v1.2.3-54-g00ecf