diff options
author | Samuli Piippo <[email protected]> | 2025-06-06 10:34:30 +0000 |
---|---|---|
committer | Samuli Piippo <[email protected]> | 2025-07-07 15:53:20 +0000 |
commit | cfbc4ae0c09fcac35623dfcc3f25e5eabd46cea6 (patch) | |
tree | 7cb696303ae54b4fc0258178b404366beff63097 | |
parent | 25a38f8334a37f6fc33001610d3bb22b07453b96 (diff) |
Enable use of bubblewrap by default.
Change-Id: Id1b0a33f65da3bbdcf57dccb7a1feccc6de19bcd
Reviewed-by: Mikko Gronoff <[email protected]>
-rw-r--r-- | recipes-qt/qt6/qtapplicationmanager_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-qt/qt6/qtapplicationmanager_git.bb b/recipes-qt/qt6/qtapplicationmanager_git.bb index ffc46d6..dcb2bdf 100644 --- a/recipes-qt/qt6/qtapplicationmanager_git.bb +++ b/recipes-qt/qt6/qtapplicationmanager_git.bb @@ -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" |