1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

marble: don't build with qt webkit (crashes GCS otherwise)

needs to be investigated further as removing webkit breaks some things in marble (like viewing wikipedia articles)
This commit is contained in:
Philippe Renon 2016-01-27 08:53:46 +01:00
parent 4981721c60
commit e645477849

View File

@ -63,7 +63,7 @@ marble:
fi ; \
$(CMAKE) -Wno-dev -G $(MARBLE_CMAKE_GENERATOR) -DCMAKE_BUILD_TYPE=$(MARBLE_BUILD_CONF) \
-DCMAKE_MAKE_PROGRAM=$(MAKE) \
-DQTONLY=1 -DQT5BUILD=1 -DWITH_DESIGNER_PLUGIN=0 \
-DWITH_KF5=FALSE -DQT5BUILD=ON -DBUILD_WITH_DBUS=OFF -DMARBLE_NO_WEBKIT=TRUE -DWITH_DESIGNER_PLUGIN=NO \
-DCMAKE_INSTALL_PREFIX=$(MARBLE_INSTALL_DIR) $(MARBLE_SRC_DIR) && \
$(MAKE) && \
$(MAKE) install ; \