summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2011-02-25 08:44:25 (GMT)
committerMorten Sorvig <msorvig@trolltech.com>2011-03-16 09:37:38 (GMT)
commitfa5731a3591034723df192d869cd9ff7c1b52428 (patch)
tree3f2e5dd6a66e65acba063407d60341c5389ad836 /configure
parent294ce2967d3e205c920965464642847ce014ab67 (diff)
downloadQt-fa5731a3591034723df192d869cd9ff7c1b52428.zip
Qt-fa5731a3591034723df192d869cd9ff7c1b52428.tar.gz
Qt-fa5731a3591034723df192d869cd9ff7c1b52428.tar.bz2
NaCl: disable libtiff.
(libtiff doesn't compile)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1922728..070447b 100755
--- a/configure
+++ b/configure
@@ -983,6 +983,7 @@ if [ "$CFG_EMBEDDED" = "nacl" ]; then
CFG_SCRIPT=no
CFG_SQLITE=no
CFG_SQL_sqlite=no
+ CFG_LIBTIFF=no
CFG_NOBUILD_PARTS="$CFG_NOBUILD_PARTS tests"
QT_CONFIG="$QT_CONFIG nacl"
fi