Re-enable compilation of KWin decorations
Only Aurorae gets compiled for now. Oxygen is disabled by config option and legecay decos are commented in CMakeLists.txt.
This commit is contained in:
parent
c2d3da70eb
commit
48b1c388bc
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
########### configure tests ###############
|
||||
INCLUDE(CMakeDependentOption)
|
||||
|
||||
OPTION(KWIN_BUILD_DECORATIONS "Enable building of KWin decorations." OFF)
|
||||
OPTION(KWIN_BUILD_OXYGEN "Enable building of default decoration Oxygen" ON)
|
||||
OPTION(KWIN_BUILD_DECORATIONS "Enable building of KWin decorations." ON)
|
||||
OPTION(KWIN_BUILD_OXYGEN "Enable building of default decoration Oxygen" OFF)
|
||||
OPTION(KWIN_BUILD_KCMS "Enable building of KWin configuration modules." OFF)
|
||||
OPTION(KWIN_MOBILE_EFFECTS "Only build effects relevant for mobile devices" OFF)
|
||||
OPTION(KWIN_BUILD_TABBOX "Enable building of KWin Tabbox functionality" ON)
|
||||
|
|
|
@ -2,5 +2,5 @@ add_subdirectory( aurorae )
|
|||
if(KWIN_BUILD_OXYGEN)
|
||||
add_subdirectory( oxygen )
|
||||
endif()
|
||||
add_subdirectory( b2 )
|
||||
add_subdirectory( laptop )
|
||||
# add_subdirectory( b2 )
|
||||
# add_subdirectory( laptop )
|
||||
|
|
Loading…
Reference in a new issue