Remove kcms depending on GLPlatform

This commit is contained in:
Martin Gräßlin 2010-12-05 10:14:13 +01:00 committed by Martin Gräßlin
parent c20adefb82
commit 6da912ba9e

View file

@ -3,7 +3,10 @@ kde4_no_enable_final( kwinoptions )
add_subdirectory( kwinoptions )
add_subdirectory( kwindecoration )
add_subdirectory( kwinrules )
add_subdirectory( kwincompositing )
if( NOT KWIN_BUILD_WITH_OPENGLES )
# depends on GL functionality not yet ported to ES
add_subdirectory( kwincompositing )
add_subdirectory( kwinscreenedges )
endif( NOT KWIN_BUILD_WITH_OPENGLES )
add_subdirectory( kwindesktop )
add_subdirectory( kwinscreenedges )
add_subdirectory( kwintabbox )