diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-01 21:33:39 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-05 08:43:07 -0300 |
commit | 2f4e04cb978822bba63638950141fbc28c431b05 (patch) | |
tree | 8559a882eec76ec8e224001bfce8f9dfcb782b97 /dynamic-layers/qt5-layer | |
parent | e1b7bce0bd0ac47cae48b90d530125b94a11e7b1 (diff) | |
download | meta-freescale-2f4e04cb978822bba63638950141fbc28c431b05.tar.gz |
qtbase: Allow easy override of the mainline BSP GL backend
Using a weak setting, allow distributions to override it and make
customizations if need (use gl, for example).
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Change-Id: Id1ee47764148e07feba86e16cd7d282a37dcf9e9
Diffstat (limited to 'dynamic-layers/qt5-layer')
-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 6393d362..d24957ed 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_use-mainline-bsp = "gles2 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" |