diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-03-26 00:43:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-03-26 00:44:41 +0100 |
commit | c9a29849cb166e6711c7704dafd868159fd6cd58 (patch) | |
tree | 69525be30481d48d0309d84f86047a02522b485a /CMakeLists.txt | |
parent | c8000010a85020b9ade17ee1d98a46f0ed7f4bd0 (diff) | |
download | tdepim-c9a29849cb166e6711c7704dafd868159fd6cd58.tar.gz tdepim-c9a29849cb166e6711c7704dafd868159fd6cd58.zip |
Add CMake option to build karm with xscreensaver support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 50d1c7dc6..5be9947fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,7 @@ option( WITH_SCALIX "Enable scalix support" ${WITH_ALL_OPTIONS} ) option( WITH_CALDAV "Enable caldav support" ${WITH_ALL_OPTIONS} ) option( WITH_CARDDAV "Enable carddav support" ${WITH_ALL_OPTIONS} ) option( WITH_INDEXLIB "Enable indexlib support (in kmail)" ${WITH_ALL_OPTIONS} ) +option( WITH_XSCREENSAVER "Enable xscreensaver support (idle detection in karm)" ${WITH_ALL_OPTIONS} ) if( NOT WITH_ARTS ) set( WITHOUT_ARTS 1 ) |