diff options
author | Slávek Banko <[email protected]> | 2014-09-27 19:05:59 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-09-27 19:05:59 +0200 |
commit | 80e661aaac54eef580f57e14a636b64f387975a4 (patch) | |
tree | 7948972e12c4e78adcc4f36f50b447d1690ba043 /CMakeLists.txt | |
parent | 9526b0bc2eab8b1ffe5cdd48bda83df633325a4b (diff) | |
download | tdeutils-80e661aaac54eef580f57e14a636b64f387975a4.tar.gz tdeutils-80e661aaac54eef580f57e14a636b64f387975a4.zip |
Finish renaming knewstuff
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f51f3fa..308f403 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ option( WITH_I8K "Enable dell laptop support" OFF ) option( WITH_SNMP "Enable SNMP support" OFF ) option( WITH_SENSORS "Enable lm_sensors support" OFF ) option( WITH_XMMS "Enable xmms support" OFF ) -option( WITH_KNEWSTUFF "Enable knewstuff support" OFF ) +option( WITH_TDENEWSTUFF "Enable tdenewstuff support" OFF ) # option( WITH_NV "Enable nv support" OFF ) @@ -85,10 +85,10 @@ option( WITH_KNEWSTUFF "Enable knewstuff support" OFF ) # WITH_XMMS affects superkaramba # WITH_XMMS description enables supercaramba applets to gain # information about now playing track etc. -# WITH_KNEWSTUFF affects superkaramba -# WITH_KNEWSTUFF description enebles support for downloadable content -# from kdelooks. -# FIXME: test if WITH_KNEWSTUFF works in trinity or not +# WITH_TDENEWSTUFF affects superkaramba +# WITH_TDENEWSTUFF description enables support for downloadable content +# from OpenDesktop.org. +# FIXME: test if WITH_TDENEWSTUFF works in trinity or not # NOTE: In addition to affects DPMS and XScreenSaver backend options for # klaptopdaemon there is some XIdle code but it wasn't compleatly |