MXE build: drop all WebKit dependencies

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-07-29 21:04:33 -07:00
parent 04f8eee46c
commit 916d4b8cce

View file

@ -318,7 +318,7 @@ cmake -DCMAKE_TOOLCHAIN_FILE="$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/sh
-DMAKENSIS=i686-w64-mingw32.shared-makensis \
-DLIBDIVECOMPUTER_INCLUDE_DIR="$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/include \
-DLIBDIVECOMPUTER_LIBRARIES="$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/lib/libdivecomputer.dll.a \
-DNO_MARBLE=ON -DMAKE_TESTS=OFF \
-DNO_MARBLE=ON -DFBSUPPORT=OFF -DNO_PRINTING=ON -DMAKE_TESTS=OFF \
"$BASEDIR"/subsurface
make $JOBS "$@"