Remove kcms depending on GLPlatform
This commit is contained in:
parent
c20adefb82
commit
6da912ba9e
1 changed files with 5 additions and 2 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue