mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
0c07b02974
commit
a1ffe115cf
41 changed files with 2 additions and 1671 deletions
|
@ -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
|
||||
|
|
|
@ -141,7 +141,6 @@ fi
|
|||
|
||||
cmake -DBTSUPPORT=OFF \
|
||||
-DCMAKE_BUILD_TYPE="$RELEASE" \
|
||||
-DFBSUPPORT=OFF \
|
||||
-DFORCE_LIBSSH=OFF \
|
||||
-DFTDISUPPORT=OFF \
|
||||
-DMAKE_TESTS=OFF \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue