From 7e09b5c2efae58399621a938de26b9675b8ba621 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:16:15 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 564d7539..4739fdeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,10 +48,10 @@ option( WITH_ARTS "Enable aRts support" OFF ) ##### options comments ########################## -# WITH_XSCREENSAVER affects kscreensaver -# WITH_LIBART affects kscreensaver -# WITH_OPENGL affects kscreensaver -# WITH_ARTS affects kscreensaver +# WITH_XSCREENSAVER affects tdescreensaver +# WITH_LIBART affects tdescreensaver +# WITH_OPENGL affects tdescreensaver +# WITH_ARTS affects tdescreensaver # NOTE: These flags control which screensavers are compiled/installed. @@ -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 kscreensaver" ${BUILD_ALL} ) +option( BUILD_KSCREENSAVER "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 kscreensaver ) +tde_conditional_add_subdirectory( BUILD_KSCREENSAVER tdescreensaver ) tde_conditional_add_subdirectory( BUILD_TWIN_STYLES twin-styles ) tde_conditional_add_subdirectory( BUILD_KWORLDCLOCK kworldclock ) tde_conditional_add_subdirectory( BUILD_SOUNDS sounds ) -- cgit v1.2.1