mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-07-19 18:39:09 +02:00
qtbase: Enable gbm and kms for mx91
For any part with DRM support, i.e., all 64-bit, enable gbm and kms. Fixes do_configure: ``` | ERROR: Feature "eglfs": Forcing to "ON" breaks its condition: | NOT ANDROID AND NOT APPLE AND NOT WIN32 AND NOT WASM AND NOT QNX AND QT_FEATURE_egl ``` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
47c4f6951d
commit
6c83db088e
|
@ -3,6 +3,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
|||
SRC_URI += "file://0001-Fix-build-without-egl-x11.patch"
|
||||
SRC_URI += "file://qt-${IMX_BACKEND}.sh"
|
||||
|
||||
PACKAGECONFIG_GRAPHICS:imxdrm = "gbm kms"
|
||||
PACKAGECONFIG_GRAPHICS:imxpxp = "${PACKAGECONFIG_GRAPHICS_IMX_DRM}"
|
||||
PACKAGECONFIG_GRAPHICS_IMX_DRM = ""
|
||||
PACKAGECONFIG_GRAPHICS_IMX_DRM:imxdrm = "gbm kms"
|
||||
|
|
Loading…
Reference in New Issue
Block a user