Indentation fix for options file in i.MX6 project.

Signed-off-by: Jérôme Benoit <jerome.benoit@grenouille.com>
This commit is contained in:
Jérôme Benoit 2016-10-04 22:28:17 +02:00
parent b0a1a38a58
commit 2de1dc847d

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"