1326316049
A build option is introduced to file CMakeLists.txt. Classes Tiling, Tile and TilingLayouts are only built if the option is set to ON. #ifdef's are added to the classes where functions of the excluded classes are called.
8 lines
285 B
CMake
8 lines
285 B
CMake
/* Define if you have libcaptury */
|
|
#cmakedefine HAVE_CAPTURY 1
|
|
#cmakedefine KWIN_BUILD_DECORATIONS 1
|
|
#cmakedefine KWIN_BUILD_TABBOX 1
|
|
#cmakedefine KWIN_BUILD_TILING 1
|
|
#cmakedefine KWIN_BUILD_DESKTOPCHANGEOSD 1
|
|
#cmakedefine KWIN_BUILD_SCREENEDGES 1
|
|
#cmakedefine KWIN_BUILD_SCRIPTING 1
|