From bcf5564eccd7bc7591894561cdfc5eee7e77ba57 Mon Sep 17 00:00:00 2001 From: axis Date: Fri, 11 Dec 2009 20:10:39 +0100 Subject: Disabled OpenGL on Symbian. --- configure | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure b/configure index 6be7072..06a60d0 100755 --- a/configure +++ b/configure @@ -6015,6 +6015,13 @@ else fi fi +# Disable OpenGL on Symbian. +case "$XPLATFORM" in + symbian*) + CFG_OPENGL="no" + ;; +esac + # enable opengl if [ "$CFG_OPENGL" = "no" ]; then QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_OPENGL" -- cgit v0.12