summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh4
-rwxr-xr-xscripts/smtk2ssrf-build.sh1
2 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 5e6e94eea..b7a208a07 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -392,9 +392,9 @@ fi
cd $SRC
if [ "$BUILD_WITH_WEBKIT" = "1" ]; then
- EXTRA_OPTS="-DNO_USERMANUAL=OFF -DFBSUPPORT=ON"
+ EXTRA_OPTS="-DNO_USERMANUAL=OFF"
else
- EXTRA_OPTS="-DNO_USERMANUAL=ON -DFBSUPPORT=OFF"
+ EXTRA_OPTS="-DNO_USERMANUAL=ON"
fi
if [ "$BUILDGRANTLEE" = "1" ] ; then
diff --git a/scripts/smtk2ssrf-build.sh b/scripts/smtk2ssrf-build.sh
index e42917c79..fb929d217 100755
--- a/scripts/smtk2ssrf-build.sh
+++ b/scripts/smtk2ssrf-build.sh
@@ -141,7 +141,6 @@ fi
cmake -DBTSUPPORT=OFF \
-DCMAKE_BUILD_TYPE="$RELEASE" \
- -DFBSUPPORT=OFF \
-DFORCE_LIBSSH=OFF \
-DFTDISUPPORT=OFF \
-DMAKE_TESTS=OFF \