summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2016-08-05 13:22:06 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2016-08-08 09:53:18 +0000
commit4da9972e89ea793f327a5899ea1740290a8a6745 (patch)
treefa9155164f7fdfd28d9f7337f1adb5380e413d98 /mkspecs
parent9e8c1d83144bd17786c185107fcc2784e8a6247f (diff)
Add -opengl es2 to the DRIVE CX configure example
To make sure it does not end up picking the desktop OpenGL implementation from Mesa that may be present in the sysroot. Change-Id: I815eb7d2664f9e62d620acf8260cae40f83dfaf8 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/devices/linux-drive-cx-g++/qmake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/devices/linux-drive-cx-g++/qmake.conf b/mkspecs/devices/linux-drive-cx-g++/qmake.conf
index cb43c9e2f6..c8e85e449c 100644
--- a/mkspecs/devices/linux-drive-cx-g++/qmake.conf
+++ b/mkspecs/devices/linux-drive-cx-g++/qmake.conf
@@ -7,7 +7,8 @@
# -device-option VIBRANTE_SDK_TOPDIR=/opt/nvidia/vibrante-t186ref-linux
# -device-option CROSS_COMPILE=/opt/nvidia/toolchains/tegra-4.9-nv/usr/bin/aarch64-gnu-linux/aarch64-gnu-linux- \
# -sysroot /opt/nvidia/vibrante-t186ref-linux/targetfs \
-# -no-gcc-sysroot
+# -no-gcc-sysroot \
+# -opengl es2
include(../common/linux_device_pre.conf)