All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH v2] qt3d: Add assimp dependency
@ 2017-01-27 22:54 Tom Hochstein
  2017-02-07 12:00 ` Martin Jansa
  0 siblings, 1 reply; 9+ messages in thread
From: Tom Hochstein @ 2017-01-27 22:54 UTC (permalink / raw)
  To: openembedded-devel

Fix build error:

fatal error: assimp/Importer.hpp: No such file or directory

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
---
 recipes-qt/qt5/qt3d_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb
index 2276c36..7c31213 100644
--- a/recipes-qt/qt5/qt3d_git.bb
+++ b/recipes-qt/qt5/qt3d_git.bb
@@ -19,6 +19,7 @@ PACKAGECONFIG ??= ""
 PACKAGECONFIG_class-native ??= "tools-only"
 PACKAGECONFIG_class-nativesdk ??= "tools-only"
 PACKAGECONFIG[tools-only] = "CONFIG+=tools-only"
+PACKAGECONFIG[assimp] = ",,assimp"
 
 EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [meta-qt5][PATCH v2] qt3d: Add assimp dependency
@ 2017-01-20 23:41 Tom Hochstein
  2017-01-20 23:48 ` Tom Hochstein
  2017-01-25 15:29 ` Martin Jansa
  0 siblings, 2 replies; 9+ messages in thread
From: Tom Hochstein @ 2017-01-20 23:41 UTC (permalink / raw)
  To: openembedded-devel

Fix build error:

fatal error: assimp/Importer.hpp: No such file or directory

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
---
 recipes-qt/qt5/qt3d_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb
index 9708ec9..d8f943f 100644
--- a/recipes-qt/qt5/qt3d_git.bb
+++ b/recipes-qt/qt5/qt3d_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
 "
 
 DEPENDS += "qtbase"
-DEPENDS_class-target += "qtdeclarative qt3d-native"
+DEPENDS_class-target += "qtdeclarative qt3d-native assimp"
 
 SRC_URI += " \
     file://0001-Allow-a-tools-only-build.patch \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-02-09 15:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-27 22:54 [meta-qt5][PATCH v2] qt3d: Add assimp dependency Tom Hochstein
2017-02-07 12:00 ` Martin Jansa
2017-02-08 17:42   ` Tom Hochstein
2017-02-08 19:43     ` Martin Jansa
2017-02-09  8:38       ` Samuli Piippo
2017-02-09 15:03         ` Tom Hochstein
  -- strict thread matches above, loose matches on Subject: below --
2017-01-20 23:41 Tom Hochstein
2017-01-20 23:48 ` Tom Hochstein
2017-01-25 15:29 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.