Merge pull request #827 from PimentNoir/i.mx6-stable

Indentation fix for options file in i.MX6 project.
This commit is contained in:
MilhouseVH 2016-10-12 11:47:21 +01:00 committed by GitHub
commit 339e35c15d

View File

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