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
This commit is contained in:
Adriaan de Groot 2008-02-28 13:46:41 +00:00
parent e8e15bddb9
commit b41208b4cc

View file

@ -39,8 +39,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "sharpen_config.h"
#include "snow_config.h"
#include "trackmouse_config.h"
#ifdef KWIN_HAVE_XRENDER_COMPOSITING
#include "showfps_config.h"
#endif
#endif
#include <kwineffects.h>