From 48b1c388bc68975290f1a88a16d4cba424232067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 25 Jul 2013 18:05:58 +0200 Subject: [PATCH] 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. --- CMakeLists.txt | 4 ++-- clients/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5f41228a0..1ffc1c53df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/clients/CMakeLists.txt b/clients/CMakeLists.txt index 69939b0458..0593511ac5 100644 --- a/clients/CMakeLists.txt +++ b/clients/CMakeLists.txt @@ -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 )