summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-03-11 13:49:21 (GMT)
committeraxis <qt-info@nokia.com>2010-03-15 12:04:26 (GMT)
commit3a1656ebc4869755980d49f1b42ed271c2c1190c (patch)
treef62fb8f65dacd34094f2eeec2f49a5641a205669 /configure
parent9379242932d63d0a328484157e1efb19e461436e (diff)
downloadQt-3a1656ebc4869755980d49f1b42ed271c2c1190c.zip
Qt-3a1656ebc4869755980d49f1b42ed271c2c1190c.tar.gz
Qt-3a1656ebc4869755980d49f1b42ed271c2c1190c.tar.bz2
Disable OpenVG for symbian-sbsv2 on Linux.
RevBy: Miikka Heikkinen
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3ae9ba4..c4705e3 100755
--- a/configure
+++ b/configure
@@ -5939,7 +5939,7 @@ if [ "$CFG_OPENSSL" != "no" ]; then
fi
# detect OpenVG support
-if [ "$CFG_OPENVG" != "no" ]; then
+if [ "$CFG_OPENVG" != "no" ] && [ "$XPLATFORM" != "symbian-sbsv2" ]; then
if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" "config.tests/unix/openvg" "OpenVG" $L_FLAGS $I_FLAGS $l_FLAGS $CONFIG_ARG; then
if [ "$CFG_OPENVG" = "auto" ]; then
CFG_OPENVG=yes