mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtapplicationmanager: enable bubblewrap container
Enable use of bubblewrap by default. Change-Id: Id1b0a33f65da3bbdcf57dccb7a1feccc6de19bcd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
25a38f8334
commit
cfbc4ae0c0
|
|
@ -20,7 +20,10 @@ RDEPENDS:${PN}:class-target = "libcrypto ${PN}-tools"
|
|||
|
||||
EXTRA_OECMAKE += "-DQT_APPMAN_SKIP_EXCLUDE_TOOLS_FROM_DEFAULT_TARGET=ON"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'multi-process', '', d)}"
|
||||
PACKAGECONFIG ?= "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'multi-process', '', d)} \
|
||||
bubblewrap \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[tools-only] = "-DFEATURE_am_tools_only=ON, -DFEATURE_am_tools_only=OFF"
|
||||
PACKAGECONFIG[multi-process] = "-DFEATURE_am_multi_process=ON,-DFEATURE_am_multi_process=OFF,qtwayland"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user