Browse Source

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>
Fabio Estevam 5 years ago
parent
commit
d378900a81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configs/engicam_imx6qdl_icore_qt5_defconfig

+ 1 - 0
configs/engicam_imx6qdl_icore_qt5_defconfig

@@ -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