summaryrefslogtreecommitdiffstats
path: root/recipes-qt/maliit/maliit-framework-qt5_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/maliit/maliit-framework-qt5_git.bb')
-rw-r--r--recipes-qt/maliit/maliit-framework-qt5_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/maliit/maliit-framework-qt5_git.bb b/recipes-qt/maliit/maliit-framework-qt5_git.bb
index fabb43ee..232e8252 100644
--- a/recipes-qt/maliit/maliit-framework-qt5_git.bb
+++ b/recipes-qt/maliit/maliit-framework-qt5_git.bb
@@ -57,6 +57,10 @@ EXTRA_QMAKEVARS_PRE = "\
57 CONFIG+=enable-dbus-activation \ 57 CONFIG+=enable-dbus-activation \
58 CONFIG+=qt5-inputcontext \ 58 CONFIG+=qt5-inputcontext \
59" 59"
60
61# tests fail to build with clang
62EXTRA_QMAKEVARS_PRE_append_toolchain-clang = " CONFIG+=notests"
63
60EXTRA_OEMAKE += "INSTALL_ROOT=${D}" 64EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
61 65
62do_install_append() { 66do_install_append() {