From b41208b4cc1308fc7606768d13632e066e21425b Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 28 Feb 2008 13:46:41 +0000 Subject: [PATCH] Consistency between the CMakeLists.txt which add showfps only if OpenGL and Xrender are there and the source svn path=/trunk/KDE/kdebase/workspace/; revision=780246 --- effects/configs_builtins.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/effects/configs_builtins.cpp b/effects/configs_builtins.cpp index c2116d3ca3..465218f9ba 100644 --- a/effects/configs_builtins.cpp +++ b/effects/configs_builtins.cpp @@ -39,8 +39,10 @@ along with this program. If not, see . #include "sharpen_config.h" #include "snow_config.h" #include "trackmouse_config.h" +#ifdef KWIN_HAVE_XRENDER_COMPOSITING #include "showfps_config.h" #endif +#endif #include