diff options
author | axis <qt-info@nokia.com> | 2010-03-11 13:49:21 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-03-15 12:04:26 (GMT) |
commit | 3a1656ebc4869755980d49f1b42ed271c2c1190c (patch) | |
tree | f62fb8f65dacd34094f2eeec2f49a5641a205669 | |
parent | 9379242932d63d0a328484157e1efb19e461436e (diff) | |
download | Qt-3a1656ebc4869755980d49f1b42ed271c2c1190c.zip Qt-3a1656ebc4869755980d49f1b42ed271c2c1190c.tar.gz Qt-3a1656ebc4869755980d49f1b42ed271c2c1190c.tar.bz2 |
Disable OpenVG for symbian-sbsv2 on Linux.
RevBy: Miikka Heikkinen
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |