diff options
author | Darrell Anderson <[email protected]> | 2013-07-29 12:44:59 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-07-29 12:44:59 -0500 |
commit | 0ba43923ad7ed15d4f1cc51d02b9e890180b1311 (patch) | |
tree | f205f044a072d6d96a8c9bd78364c003d661a448 /CMakeLists.txt | |
parent | 14ffd77b37186e7defbc11730c35700fc21e9fbb (diff) | |
download | tdebase-0ba43923ad7ed15d4f1cc51d02b9e890180b1311.tar.gz tdebase-0ba43923ad7ed15d4f1cc51d02b9e890180b1311.zip |
Update references of kscreensaver->tdescreensaver.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b0818996..9143aeb83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,7 +173,7 @@ option( BUILD_KAPPFINDER "Build kappfinder" ${BUILD_ALL} ) option( BUILD_KCHECKPASS "Build kcheckpass" ${BUILD_ALL} ) option( BUILD_KHELPCENTER "Build khelpcenter" ${BUILD_ALL} ) option( BUILD_KHOTKEYS "Build khotkeys" ${BUILD_ALL} ) -option( BUILD_KSCREENSAVER "Build tdescreensaver" ${BUILD_ALL} ) +option( BUILD_TDESCREENSAVER "Build tdescreensaver" ${BUILD_ALL} ) option( BUILD_KSTART "Build kstart" ${BUILD_ALL} ) option( BUILD_KSYSTRAYCMD "Build ksystraycmd" ${BUILD_ALL} ) option( BUILD_NSPLUGINS "Build nsplugins" ${BUILD_ALL} ) @@ -252,7 +252,7 @@ tde_conditional_add_subdirectory( BUILD_KAPPFINDER kappfinder ) tde_conditional_add_subdirectory( BUILD_KCHECKPASS kcheckpass ) tde_conditional_add_subdirectory( BUILD_KHELPCENTER khelpcenter ) tde_conditional_add_subdirectory( BUILD_KHOTKEYS khotkeys ) -tde_conditional_add_subdirectory( BUILD_KSCREENSAVER tdescreensaver ) +tde_conditional_add_subdirectory( BUILD_TDESCREENSAVER tdescreensaver ) tde_conditional_add_subdirectory( BUILD_KSTART kstart ) tde_conditional_add_subdirectory( BUILD_KSYSTRAYCMD ksystraycmd ) tde_conditional_add_subdirectory( BUILD_NSPLUGINS nsplugins ) |