diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 6b615709dd..3d374c2cf4 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -88,25 +88,27 @@ include( zoom/CMakeLists.txt ) endif( NOT KWIN_HAVE_OPENGLES_COMPOSITING ) # OpenGL-specific effects +if( KWIN_HAVE_OPENGL_COMPOSITING ) + include( glide/CMakeLists.txt ) + include( sheet/CMakeLists.txt ) + include( wobblywindows/CMakeLists.txt ) +endif( KWIN_HAVE_OPENGL_COMPOSITING ) if( KWIN_HAVE_OPENGL_COMPOSITING AND NOT KWIN_HAVE_OPENGLES_COMPOSITING ) include( blur/CMakeLists.txt ) include( coverswitch/CMakeLists.txt ) include( cube/CMakeLists.txt ) include( explosion/CMakeLists.txt ) include( flipswitch/CMakeLists.txt ) - include( glide/CMakeLists.txt ) include( invert/CMakeLists.txt ) include( lookingglass/CMakeLists.txt ) include( magnifier/CMakeLists.txt ) include( mousemark/CMakeLists.txt ) include( screenshot/CMakeLists.txt ) include( sharpen/CMakeLists.txt ) - include( sheet/CMakeLists.txt ) include( snaphelper/CMakeLists.txt ) include( snow/CMakeLists.txt ) include( startupfeedback/CMakeLists.txt ) include( trackmouse/CMakeLists.txt ) - include( wobblywindows/CMakeLists.txt ) endif( KWIN_HAVE_OPENGL_COMPOSITING AND NOT KWIN_HAVE_OPENGLES_COMPOSITING ) ###############################################################################