903bcb42fb
Since the TabBox functionality is not feasible for any platform KWin is used on (e.g. tablet PCs), a build option is added to decide, if the TabBox functionality should be build or not. REVIEW: 101511 @Sebastian: Martin wanted me to let you know that it is now possible to disable building Tabbox CCMAIL: sebas@kde.org
12 lines
321 B
CMake
12 lines
321 B
CMake
kde4_no_enable_final( kwinoptions )
|
|
|
|
add_subdirectory( kwinoptions )
|
|
add_subdirectory( kwindecoration )
|
|
add_subdirectory( kwinrules )
|
|
add_subdirectory( kwincompositing )
|
|
add_subdirectory( kwinscreenedges )
|
|
add_subdirectory( kwindesktop )
|
|
|
|
if( KWIN_BUILD_TABBOX )
|
|
add_subdirectory( kwintabbox )
|
|
endif( KWIN_BUILD_TABBOX )
|