summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:14:45 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:14:45 -0500
commiteefed2bbd705910ee172ad686fdd1077db8de17f (patch)
treed0f46b0e51ac13bad9c607b69ca09670a8b6885a /CMakeLists.txt
parent7bcedaa7972f1ee23f57c76e6964b53a01b59ccd (diff)
downloadtdeartwork-eefed2bbd705910ee172ad686fdd1077db8de17f.tar.gz
tdeartwork-eefed2bbd705910ee172ad686fdd1077db8de17f.zip
Fix BUILD_KWIN_STYLES->BUILD_TWIN_STYLES.
Thanks to Fat-Zer.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38b57a91..e44d6cd8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,7 +53,7 @@ option( BUILD_EMOTICONS "Build emoticons" ${BUILD_ALL} )
option( BUILD_ICEWM_THEMES "Build icewm-themes" ${BUILD_ALL} )
option( BUILD_ICON_THEMES "Build icon themes" ${BUILD_ALL} )
option( BUILD_KSCREENSAVER "Build kscreensaver" ${BUILD_ALL} )
-option( BUILD_KWIN_STYLES "Build twin styles" ${BUILD_ALL} )
+option( BUILD_TWIN_STYLES "Build twin styles" ${BUILD_ALL} )
option( BUILD_KWORLDCLOCK "Build kworldclock" ${BUILD_ALL} )
option( BUILD_SOUNDS "Build sounds" ${BUILD_ALL} )
option( BUILD_STYLES "Build styles" ${BUILD_ALL} )
@@ -80,7 +80,7 @@ tde_conditional_add_subdirectory( BUILD_EMOTICONS emoticons )
tde_conditional_add_subdirectory( BUILD_ICEWM_THEMES icewm-themes )
tde_conditional_add_subdirectory( BUILD_ICON_THEMES IconThemes )
tde_conditional_add_subdirectory( BUILD_KSCREENSAVER kscreensaver )
-tde_conditional_add_subdirectory( BUILD_KWIN_STYLES twin-styles )
+tde_conditional_add_subdirectory( BUILD_TWIN_STYLES twin-styles )
tde_conditional_add_subdirectory( BUILD_KWORLDCLOCK kworldclock )
tde_conditional_add_subdirectory( BUILD_SOUNDS sounds )
tde_conditional_add_subdirectory( BUILD_STYLES styles )