From b2cd3d553982a56fa4673f3106448fc3ee456cf0 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 7 Aug 2013 17:19:00 -0500 Subject: Update references of kscreensaver->tdescreensaver. --- CMakeLists.txt | 4 ++-- ConfigureChecks.cmake | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d92cb4f7..c14557b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ option( BUILD_ALL "Build all" OFF ) 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 tdescreensaver" ${BUILD_ALL} ) +option( BUILD_TDESCREENSAVER "Build tdescreensaver" ${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} ) @@ -88,7 +88,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) 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 tdescreensaver ) +tde_conditional_add_subdirectory( BUILD_TDESCREENSAVER tdescreensaver ) tde_conditional_add_subdirectory( BUILD_TWIN_STYLES twin-styles ) tde_conditional_add_subdirectory( BUILD_KWORLDCLOCK kworldclock ) tde_conditional_add_subdirectory( BUILD_SOUNDS sounds ) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index ba243bb1..133d7d7a 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -23,7 +23,7 @@ if( WITH_GCC_VISIBILITY ) endif( ) -if( BUILD_KSCREENSAVER ) +if( BUILD_TDESCREENSAVER ) # limits.h (tdescreensaver/kdesavers) check_include_file_cxx( limits HAVE_NUMERIC_LIMITS ) @@ -88,7 +88,7 @@ if( BUILD_KSCREENSAVER ) message( FATAL_ERROR "\nxscreensaver is requested, but was not found on your system" ) endif( ) endif( WITH_XSCREENSAVER ) -endif( BUILD_KSCREENSAVER ) +endif( BUILD_TDESCREENSAVER ) # required stuff find_package( TQt ) -- cgit v1.2.1