Enable building of the Oxygen window decoration

Demo and config stays disabled - we are only interested in the window
decoration for now.

Seems to work :-)

CCMAIL: hugo@oxygen-icons.org
icc-effect-5.14.5
Martin Gräßlin 2013-07-30 07:55:28 +02:00
parent 0e2b4b39cf
commit 4141c101f1
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
INCLUDE(CMakeDependentOption)
OPTION(KWIN_BUILD_DECORATIONS "Enable building of KWin decorations." ON)
OPTION(KWIN_BUILD_OXYGEN "Enable building of default decoration Oxygen" OFF)
OPTION(KWIN_BUILD_OXYGEN "Enable building of default decoration Oxygen" ON)
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)

View File

@ -1,8 +1,8 @@
########### add version number into compilation defines
# FIXME: CPACK_PACKAGE_VERSION_* are empty
add_definitions ( -DAPP_VERSION=\\\"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\\\")
add_subdirectory( config )
add_subdirectory( demo )
# add_subdirectory( config )
# add_subdirectory( demo )
add_subdirectory( data )
include_directories(${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen)