diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-08 23:32:59 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-10 18:27:51 +0200 |
commit | 7efcea9ab79888af4dcfc8266d75a17ef42e02c4 (patch) | |
tree | 6c0deb1ff552edc2f8f9ef32af75c35c95e1f155 /recipes-qt/qt5/qt3d_git.bb | |
parent | 3963daa20d00a98ee7a4966d52561632256e083c (diff) | |
download | meta-qt5-7efcea9ab79888af4dcfc8266d75a17ef42e02c4.tar.gz |
qt3d: Fix build with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt3d_git.bb')
-rw-r--r-- | recipes-qt/qt5/qt3d_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb index f39208a8..2891470d 100644 --- a/recipes-qt/qt5/qt3d_git.bb +++ b/recipes-qt/qt5/qt3d_git.bb | |||
@@ -13,6 +13,7 @@ DEPENDS_class-target += "qtdeclarative qt3d-native" | |||
13 | 13 | ||
14 | SRC_URI += " \ | 14 | SRC_URI += " \ |
15 | file://0001-Allow-a-tools-only-build.patch \ | 15 | file://0001-Allow-a-tools-only-build.patch \ |
16 | file://0002-Fix-BlenderDNA-for-clang-cross-compiler.patch \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | PACKAGECONFIG ??= "" | 19 | PACKAGECONFIG ??= "" |