diff options
author | Dominik Holland <dominik.holland@pelagicore.com> | 2016-06-01 09:36:19 +0200 |
---|---|---|
committer | Dominik Holland <dominik.holland@pelagicore.com> | 2016-06-02 12:23:03 +0000 |
commit | 6b54d74844ffb0683260dfc6c532993469a2f196 (patch) | |
tree | 4cf07244144093c587ef8b5408209ae82b369b84 | |
parent | 288d40871c5673ff04cb51aab27ec7587965814d (diff) | |
download | meta-boot2qt-6b54d74844ffb0683260dfc6c532993469a2f196.tar.gz |
qtapplicationmanager: Use the force-multiprocess option when possible
Change-Id: I04e02c7cf745f754a981875db69cd501bdd42d8c
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes-qt/automotive/qtapplicationmanager_git.bb | 2 |
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" | |||
47 | S = "${WORKDIR}/git" | 47 | S = "${WORKDIR}/git" |
48 | 48 | ||
49 | EXTRA_QMAKEVARS_PRE += "\ | 49 | EXTRA_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 \ |