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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user