Add some OpenGL effects not depending on GL
This commit is contained in:
parent
9bbb852f0c
commit
dec532245b
1 changed files with 5 additions and 3 deletions
|
@ -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 )
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Reference in a new issue