diff options
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x | scripts/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index f46b2c85f..790312044 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -396,9 +396,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 |