From e02a03fe3d8793ac63bb344e047f8497e1e9b53c Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 31 Jul 2024 13:12:49 +0200 Subject: 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 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 --- recipes-qt/qt/qtbase_agldemo.inc | 4 ---- 1 file changed, 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" -- cgit 1.2.3-korg