configs/engicam_imx6qdl_icore_qt5: Select MESA3D_OPENGL_EGL

Now that MESA3D_OPENGL_EGL is not automatically selected by the mesa3d
etnaviv driver, explicitly select it in the config file.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabio Estevam 2020-04-09 09:35:17 -03:00 committed by Thomas Petazzoni
parent c1b4c54254
commit d378900a81

View File

@ -63,6 +63,7 @@ BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV=y
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO=y
BR2_PACKAGE_MESA3D_OPENGL_ES=y
BR2_PACKAGE_MESA3D_OPENGL_EGL=y
# qt5 demo packages
BR2_PACKAGE_GLMARK2=y