diff --git a/projects/imx6/options b/projects/imx6/options index 59154a5fcb..ede8bd3b12 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -98,7 +98,7 @@ OPENGL="no" # OpenGL-ES implementation to use (no / bcm2835-driver / imx-gpu-viv) - if [ "$LINUX" = "imx6" ]; then + if [ "$LINUX" = "imx6" ]; then OPENGLES="imx-gpu-viv" else OPENGLES="gpu-viv-bin-mx6q"