summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-05-01 21:33:39 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-05 08:43:07 -0300
commit2f4e04cb978822bba63638950141fbc28c431b05 (patch)
tree8559a882eec76ec8e224001bfce8f9dfcb782b97 /dynamic-layers
parente1b7bce0bd0ac47cae48b90d530125b94a11e7b1 (diff)
downloadmeta-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')
-rw-r--r--dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend2
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 = " \
19PACKAGECONFIG_GL_imxpxp = "gles2" 19PACKAGECONFIG_GL_imxpxp = "gles2"
20PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)}" 20PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)}"
21PACKAGECONFIG_GL_imxgpu3d = "gles2" 21PACKAGECONFIG_GL_imxgpu3d = "gles2"
22PACKAGECONFIG_GL_use-mainline-bsp = "gles2 gbm kms" 22PACKAGECONFIG_GL_use-mainline-bsp ?= "gles2 gbm kms"
23 23
24PACKAGECONFIG_PLATFORM = "" 24PACKAGECONFIG_PLATFORM = ""
25PACKAGECONFIG_PLATFORM_imxgpu2d = "no-opengl linuxfb" 25PACKAGECONFIG_PLATFORM_imxgpu2d = "no-opengl linuxfb"