]> code.ossystems Code Review - meta-freescale.git/commitdiff
qtbase: Add overrides for i.MX6SoloX
authorNeena Busireddy <neena.busireddy@freescale.com>
Mon, 6 Apr 2015 20:12:07 +0000 (15:12 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 6 Apr 2015 22:04:34 +0000 (19:04 -0300)
Change-Id: Ib736ab6c45748c9714e9c57607ae6681e3b68f07
Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend

index de3380449521f679f4885e833d77b064aeefdb9b..fcf433e23aa748fcc567cf75e086f7f8e9f835f0 100644 (file)
@@ -13,10 +13,12 @@ PACKAGECONFIG_GL_mx5 = "gles2"
 
 PACKAGECONFIG_GL_mx6q = "gles2"
 PACKAGECONFIG_GL_mx6dl = "gles2"
+PACKAGECONFIG_GL_mx6sx = "gles2"
 PACKAGECONFIG_GL_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \
                             ' gl', '', d)}"
 QT_CONFIG_FLAGS_append_mx6q = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
 QT_CONFIG_FLAGS_append_mx6dl = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
+QT_CONFIG_FLAGS_append_mx6sx = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
 QT_CONFIG_FLAGS_append_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \
                             ' -no-eglfs', ' -no-opengl -linuxfb -no-eglfs', d)}"