mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
a156e56266
commit
a1a833392d
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue