diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2019-02-01 04:11:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-02-01 17:16:43 -0800 |
commit | a1ffe115cfb27bd0dd57bf5266c7d37d9ce64dab (patch) | |
tree | 6589e06ecce1d0c461900fd2537bf5125afadf9d /scripts | |
parent | 0c07b02974a65608d7d71ef150d322678ec1170b (diff) | |
download | subsurface-a1ffe115cfb27bd0dd57bf5266c7d37d9ce64dab.tar.gz |
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 <neolit123@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 4 | ||||
-rwxr-xr-x | scripts/smtk2ssrf-build.sh | 1 |
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 \ |