Add some OpenGL effects not depending on GL

This commit is contained in:
Martin Gräßlin 2010-12-06 21:39:06 +01:00
parent 9bbb852f0c
commit dec532245b

View file

@ -88,25 +88,27 @@ include( zoom/CMakeLists.txt )
endif( NOT KWIN_HAVE_OPENGLES_COMPOSITING ) endif( NOT KWIN_HAVE_OPENGLES_COMPOSITING )
# OpenGL-specific effects # 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 ) if( KWIN_HAVE_OPENGL_COMPOSITING AND NOT KWIN_HAVE_OPENGLES_COMPOSITING )
include( blur/CMakeLists.txt ) include( blur/CMakeLists.txt )
include( coverswitch/CMakeLists.txt ) include( coverswitch/CMakeLists.txt )
include( cube/CMakeLists.txt ) include( cube/CMakeLists.txt )
include( explosion/CMakeLists.txt ) include( explosion/CMakeLists.txt )
include( flipswitch/CMakeLists.txt ) include( flipswitch/CMakeLists.txt )
include( glide/CMakeLists.txt )
include( invert/CMakeLists.txt ) include( invert/CMakeLists.txt )
include( lookingglass/CMakeLists.txt ) include( lookingglass/CMakeLists.txt )
include( magnifier/CMakeLists.txt ) include( magnifier/CMakeLists.txt )
include( mousemark/CMakeLists.txt ) include( mousemark/CMakeLists.txt )
include( screenshot/CMakeLists.txt ) include( screenshot/CMakeLists.txt )
include( sharpen/CMakeLists.txt ) include( sharpen/CMakeLists.txt )
include( sheet/CMakeLists.txt )
include( snaphelper/CMakeLists.txt ) include( snaphelper/CMakeLists.txt )
include( snow/CMakeLists.txt ) include( snow/CMakeLists.txt )
include( startupfeedback/CMakeLists.txt ) include( startupfeedback/CMakeLists.txt )
include( trackmouse/CMakeLists.txt ) include( trackmouse/CMakeLists.txt )
include( wobblywindows/CMakeLists.txt )
endif( KWIN_HAVE_OPENGL_COMPOSITING AND NOT KWIN_HAVE_OPENGLES_COMPOSITING ) endif( KWIN_HAVE_OPENGL_COMPOSITING AND NOT KWIN_HAVE_OPENGLES_COMPOSITING )
############################################################################### ###############################################################################