From a1a833392d10e051f26b23c2100f24c27d6299b0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 29 Jul 2017 07:32:14 -0700 Subject: [PATCH] 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 --- scripts/build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index eb9997014..4e2442f12 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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"