qtbase: remove extra options for qtcompositor demo 49/30149/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 31 Jul 2024 11:12:49 +0000 (13:12 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 31 Jul 2024 16:44:08 +0000 (16:44 +0000)
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

recipes-qt/qt/qtbase_agldemo.inc

index b2bfe37..0374374 100644 (file)
@@ -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"