Remove failing tests SceneTest.getSurfaceAt
[profile/ivi/layer-management.git] / CMakeLists.txt
index 692b2c6..5066619 100644 (file)
@@ -83,11 +83,6 @@ if (WITH_WAYLAND_DRM)
     MATH(EXPR NumberOfWaylandRenderers "${NumberOfWaylandRenderers} + 1")
 endif(WITH_WAYLAND_DRM)
 
-if (WITH_WAYLAND_VIVANTE_GAL)
-    set (WITH_WAYLAND ON)
-    MATH(EXPR NumberOfWaylandRenderers "${NumberOfWaylandRenderers} + 1")
-endif(WITH_WAYLAND_VIVANTE_GAL)
-
 if(NumberOfWaylandRenderers GREATER 1) 
     MESSAGE(FATAL_ERROR "More than one Wayland based renderer was selected. This is not supported.")
 endif(NumberOfWaylandRenderers GREATER 1)
@@ -104,7 +99,6 @@ include_directories ("${PROJECT_SOURCE_DIR}/3rdParty/")
 
 add_subdirectory (3rdParty)
 add_subdirectory (LayerManagerPlugins/Communicators/GenericCommunicator)
-add_subdirectory (LayerManagerPlugins/Communicators/DBUSCommunicator)
 add_subdirectory (LayerManagerPlugins/IpcModules)
 add_subdirectory (LayerManagerClient/ilmClient)
 add_subdirectory (LayerManagerCommands)
@@ -140,6 +134,7 @@ endif(WITH_GLX_EXAMPLE)
 if (WITH_CLIENTEXAMPLES)
     add_subdirectory (LayerManagerExamples/LayerManagerClientExample)
     add_subdirectory (LayerManagerExamples/LayerManagerToolBox)
+    add_subdirectory (LayerManagerExamples/LayerManagerControl)
     add_subdirectory (LayerManagerExamples/LayerSceneDescriptionExample)
 endif(WITH_CLIENTEXAMPLES)