build.sh: don't build with WebKit unless explicitly requested

Even if WebKit may exist on Linux, by default we no longer should build against
it.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-07-29 07:32:14 -07:00
parent a156e56266
commit a1a833392d

View file

@ -62,11 +62,6 @@ while [[ $# -gt 0 ]] ; do
shift
done
# this may not be true - we should try to auto-detect this
if [ $PLATFORM = Linux ] ; then
BUILD_WITH_WEBKIT="1"
fi
# most of these will only be needed with -build-deps on a Mac
CURRENT_LIBZIP="1.2.0"
CURRENT_HIDAPI="hidapi-0.7.0"