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:
parent
e8e15bddb9
commit
b41208b4cc
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue