diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-01 03:24:38 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-05 08:43:07 -0300 |
commit | e1b7bce0bd0ac47cae48b90d530125b94a11e7b1 (patch) | |
tree | ec5594d7b42b6d055143563e5c74c34c4ec51d3e | |
parent | 851cb78a9f7fc94574e39a6bf7fe90a21c329f6f (diff) | |
download | meta-freescale-e1b7bce0bd0ac47cae48b90d530125b94a11e7b1.tar.gz |
Revert "qtbase: Do not pin gles2 when using open source graphic stack"
This reverts commit 1cf9efd20fd94afdd2f7484b0570c570a21b8b65.
The qtbase configure fail to find any suitable GL library, so it fails
with:
,----
| WARNING: No QPA platform plugin enabled! This will produce a Qt that
| cannot run GUI applications. See "Platform backends" in the output of
| --help.
|
| ERROR: Feature 'opengl-desktop' was enabled, but the pre-condition
| '(config.win32 && !config.winrt && !features.opengles2
| && (config.msvc || libs.opengl))
| || (!config.watchos && !config.win32 && !config.wasm && libs.opengl)' failed.
|
| ERROR: Feature 'eglfs' was enabled, but the pre-condition
| '!config.android && !config.darwin && !config.win32 && !config.wasm
| && features.egl' failed.
`----
Fixed: #378
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 68eab915..6393d362 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -19,7 +19,7 @@ SRC_URI_append_imxgpu3d = " \ | |||
19 | PACKAGECONFIG_GL_imxpxp = "gles2" | 19 | PACKAGECONFIG_GL_imxpxp = "gles2" |
20 | PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)}" | 20 | PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)}" |
21 | PACKAGECONFIG_GL_imxgpu3d = "gles2" | 21 | PACKAGECONFIG_GL_imxgpu3d = "gles2" |
22 | PACKAGECONFIG_GL_append_use-mainline-bsp = " gbm kms" | 22 | PACKAGECONFIG_GL_use-mainline-bsp = "gles2 gbm kms" |
23 | 23 | ||
24 | PACKAGECONFIG_PLATFORM = "" | 24 | PACKAGECONFIG_PLATFORM = "" |
25 | PACKAGECONFIG_PLATFORM_imxgpu2d = "no-opengl linuxfb" | 25 | PACKAGECONFIG_PLATFORM_imxgpu2d = "no-opengl linuxfb" |