Temporarily disable building of effects in ES mode

This commit is contained in:
Martin Gräßlin 2010-11-20 10:54:54 +01:00
parent e25f43ceb0
commit 1947f67e80

View file

@ -67,9 +67,9 @@ add_subdirectory( kcmkwin )
add_subdirectory( clients ) add_subdirectory( clients )
add_subdirectory( data ) add_subdirectory( data )
if( KWIN_HAVE_COMPOSITING ) if( KWIN_HAVE_COMPOSITING AND NOT OPENGLES_FOUND )
add_subdirectory( effects ) add_subdirectory( effects )
endif( KWIN_HAVE_COMPOSITING ) endif( KWIN_HAVE_COMPOSITING AND NOT OPENGLES_FOUND )
########### next target ############### ########### next target ###############