qtbase: Ensure NXP's imx SOCs get a qtbase build with full gl

This should be the least invasive place/method to make this change.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-16 16:04:16 +02:00
parent 10ec6b3ebb
commit 0972828deb

View File

@@ -10,3 +10,12 @@ PACKAGECONFIG_DISTRO += " \
cups \
libinput \
"
# We have some recipes not building with qtbase for gles2
# and performance regression could not be detected
# so override for some well known machines
# NXP imx without blobs:
PACKAGECONFIG_GL_use-mainline-bsp_remove = "gles2"
PACKAGECONFIG_GL_use-mainline-bsp_append = " gl"