SVN commit 985666 by rivol: Remove the Blue Marble plasmoid, as discussed on plasma-devel. M +0 -3 CMakeLists.txt D bluemarble (directory) --- trunk/KDE/kdeplasma-addons/applets/CMakeLists.txt #985665:985666 @@ -4,9 +4,6 @@ if(KDE4_PLASMA_OPENGL_FOUND) message(STATUS "libplasma supports OpenGL applets") - if(NOT WIN32) - add_subdirectory(bluemarble) - endif(NOT WIN32) else(KDE4_PLASMA_OPENGL_FOUND) message(STATUS "libplasma doesn't support OpenGL applets") endif(KDE4_PLASMA_OPENGL_FOUND)