summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@gmail.com>2012-09-07 16:36:49 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-07 18:41:22 +0200
commite54f6ed87b020df0a724ec90763775daf63ffab3 (patch)
tree4594b4cc82e60430fee7a938c102f4a36fe41800 /configure
parent942180e8da93fd3adde7891bd92799b921390bcd (diff)
Enable autodetecting of EGL event for desktop GL
And only use the QT_CONFIG,egl syntax in eglconvenience Change-Id: I81c0602334714f4b27a7e90e7b5859c989e6bd63 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com> Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5ea2229cab..b20c2e0c3f 100755
--- a/configure
+++ b/configure
@@ -4867,7 +4867,7 @@ else
fi
# EGL Support
-if [ "$CFG_EGL" != "no" ] && [ "$CFG_OPENGL" != "desktop" ]; then
+if [ "$CFG_EGL" != "no" ]; then
if [ -n "$PKG_CONFIG" ] && $PKG_CONFIG --exists egl 2>/dev/null; then
QMAKE_INCDIR_EGL=`$PKG_CONFIG --cflags-only-I egl 2>/dev/null | sed -e 's,^-I,,g' -e 's, -I, ,g'`
QMAKE_LIBS_EGL=`$PKG_CONFIG --libs egl 2>/dev/null`