From e685e7e9de3ad93a32fe51d7a04407c574cc08be Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Fri, 1 Feb 2019 04:11:25 +0200 Subject: facebook: remove the featute from the code base Remove from: - unit tests - desktop widgets - preferences - core intergration - cmakefiles - build scripts - icons - docs Also remove the plugins and social network integration. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- scripts/build.sh | 4 ++-- scripts/smtk2ssrf-build.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts') 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 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 \ -- cgit v1.2.3-70-g09d2