diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-07-31 13:12:49 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-07-31 16:44:08 +0000 |
commit | e02a03fe3d8793ac63bb344e047f8497e1e9b53c (patch) | |
tree | 35570c3dcd255ff967b8b9392b99ed6ab4c2ce44 | |
parent | f9afa3f3024c36950d9fb9fbb53da3bd119bcc72 (diff) |
qtbase: remove extra options for qtcompositor demo
This conflicts with the planned uprev to qt6.
Bug-AGL: SPEC-5217
Change-Id: I887170d35f78e56bd26127a1d3dcf0f94f2a28ba
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30149
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
-rw-r--r-- | recipes-qt/qt/qtbase_agldemo.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-qt/qt/qtbase_agldemo.inc b/recipes-qt/qt/qtbase_agldemo.inc index b2bfe3749..03743740c 100644 --- a/recipes-qt/qt/qtbase_agldemo.inc +++ b/recipes-qt/qt/qtbase_agldemo.inc @@ -1,5 +1 @@ -# Enable EGL and KMS platform plugins to allow demos of Qt compositor -# without Wayland -PACKAGECONFIG_GL:append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}" - PACKAGECONFIG:append = " xkbcommon icu fontconfig sql-sqlite" |