LayerManagement: VIVANTE GAL switch removed
authorMichael Schuldt <michael.schuldt@bmw.de>
Mon, 25 Jun 2012 08:19:47 +0000 (10:19 +0200)
committerMichael Schuldt <michael.schuldt@bmw.de>
Mon, 25 Jun 2012 08:19:47 +0000 (10:19 +0200)
- VIVANTE GAL switch removed which was wrongly include  in
  commit LayerManagement: improved build system

CMakeLists.txt

index 543d763..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)