diff options
-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 \ |