]> code.ossystems Code Review - meta-freescale.git/commitdiff
qt5: Enable backends for GBM when using use-mainline-bsp override
authorFabio Berton <fabio.berton@ossystems.com.br>
Fri, 8 Dec 2017 18:54:59 +0000 (16:54 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 12 Dec 2017 11:54:05 +0000 (09:54 -0200)
Add gbm to PACKAGECONFIG_GL_use-mainline-bsp to enable EGLFS GBM QPA backend.

Change-Id: I76d8a3116ebebc4b9383fc575878c5aec666c203
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend

index 061f96750432f880251d343bdd1a97055bd58c4c..6d74ea6c988fea492ead2a3d4556be3ec361e818 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI_append_imxgpu3d = " \
 PACKAGECONFIG_GL_imxpxp   = "gles2"
 PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)}"
 PACKAGECONFIG_GL_imxgpu3d = "gles2"
-PACKAGECONFIG_GL_use-mainline-bsp  = "gles2 kms"
+PACKAGECONFIG_GL_use-mainline-bsp  = "gbm gles2 kms"
 
 QT_CONFIG_FLAGS_APPEND = ""
 QT_CONFIG_FLAGS_APPEND_imxpxp = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '-no-eglfs', '-eglfs', d)}"