From f008aa3f92f9adbfec7822d66652b5feb9d2a041 Mon Sep 17 00:00:00 2001 From: Michael Schuldt Date: Mon, 25 Jun 2012 10:19:47 +0200 Subject: [PATCH] LayerManagement: VIVANTE GAL switch removed - VIVANTE GAL switch removed which was wrongly include in commit LayerManagement: improved build system --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 543d763..5066619 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- 2.7.4