From 6b54d74844ffb0683260dfc6c532993469a2f196 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 1 Jun 2016 09:36:19 +0200 Subject: qtapplicationmanager: Use the force-multiprocess option when possible Change-Id: I04e02c7cf745f754a981875db69cd501bdd42d8c Reviewed-by: Samuli Piippo --- recipes-qt/automotive/qtapplicationmanager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" S = "${WORKDIR}/git" EXTRA_QMAKEVARS_PRE += "\ - -config force-singleprocess \ + ${@base_contains("DISTRO_FEATURES", "wayland", "-config force-multiprocess", "-config force-singleprocess", d)} \ -config enable-dummydata \ -config enable-ivi-logging \ -config install-prefix=/usr \ -- cgit v1.2.3-54-g00ecf