mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-07-19 18:39:09 +02:00
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:
parent
9a461ff0ba
commit
9fddf8def6
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user