qtbase: Add kms and gbm to 93 [LF-9315]

Qt applications on 93 are showing graphics problems. This is traced
back to EGL support being missing from 93, which is a side effect of
removing 3D support for 93.

a47618e290

Enable kms so EGL support is restored for 93. Also enable related gbm.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2023-06-20 10:12:53 -05:00
parent 9a461ff0ba
commit 9fddf8def6

View File

@ -3,7 +3,9 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://0001-Fix-build-without-egl-x11.patch"
SRC_URI += "file://qt-${IMX_BACKEND}.sh"
PACKAGECONFIG_GRAPHICS:imxpxp = ""
PACKAGECONFIG_GRAPHICS:imxpxp = "${PACKAGECONFIG_GRAPHICS_IMX_DRM}"
PACKAGECONFIG_GRAPHICS_IMX_DRM = ""
PACKAGECONFIG_GRAPHICS_IMX_DRM:imxdrm = "gbm kms"
PACKAGECONFIG_PLATFORM = "no-opengl linuxfb"