From 60812e0260c40c286c9373f48f7ccdf721a0c9ee Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Tue, 9 Jul 2013 01:24:51 +0000 Subject: [PATCH] BGE cleanup: Removing the GamePlayer/xembed folder and associated build options. This code was very old and not used. For example web player code, look at Burster. --- CMakeLists.txt | 13 ------------- source/gameengine/GamePlayer/CMakeLists.txt | 4 ---- 2 files changed, 17 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index acd01f43fcd..0bd9cabfa7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -538,9 +538,6 @@ set(PLATFORM_LINKFLAGS "") set(PLATFORM_LINKFLAGS_DEBUG "") -# disabled for now, not supported -# option(WITH_WEBPLUGIN "Enable Web Plugin (Unix only)" OFF) - # For alternate Python locations the commandline can be used to override detected/default cache settings, e.g: # On Unix: # cmake ../blender \ @@ -1874,16 +1871,6 @@ if(WITH_IMAGE_REDCODE) set(REDCODE_INC ${REDCODE}) endif() -#----------------------------------------------------------------------------- -# Blender WebPlugin - -if(WITH_WEBPLUGIN) - set(GECKO_DIR "${CMAKE_SOURCE_DIR}/../gecko-sdk/" CACHE PATH "Gecko SDK path") - set(WEBPLUGIN_SANDBOX_MODE "apparmor" CACHE STRING "WEB Plugin sandbox mode, can be apparmor, privsep, none") - - set(WITH_PLAYER ON) -endif() - #----------------------------------------------------------------------------- # Configure OpenGL. diff --git a/source/gameengine/GamePlayer/CMakeLists.txt b/source/gameengine/GamePlayer/CMakeLists.txt index e1a26668d11..e77609985dc 100644 --- a/source/gameengine/GamePlayer/CMakeLists.txt +++ b/source/gameengine/GamePlayer/CMakeLists.txt @@ -25,7 +25,3 @@ add_subdirectory(common) add_subdirectory(ghost) - -if(WITH_WEBPLUGIN) - add_subdirectory(xembed) -endif()