summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/automotive/qtapplicationmanager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb
index 3d00652..b976ff5 100644
--- a/recipes-qt/automotive/qtapplicationmanager_git.bb
+++ b/recipes-qt/automotive/qtapplicationmanager_git.bb
@@ -47,7 +47,7 @@ RDEPENDS_${PN} = "libcrypto"
47S = "${WORKDIR}/git" 47S = "${WORKDIR}/git"
48 48
49EXTRA_QMAKEVARS_PRE += "\ 49EXTRA_QMAKEVARS_PRE += "\
50 -config force-singleprocess \ 50 ${@base_contains("DISTRO_FEATURES", "wayland", "-config force-multiprocess", "-config force-singleprocess", d)} \
51 -config enable-dummydata \ 51 -config enable-dummydata \
52 -config enable-ivi-logging \ 52 -config enable-ivi-logging \
53 -config install-prefix=/usr \ 53 -config install-prefix=/usr \