diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-06-10 15:58:19 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-10 15:58:19 +0200 |
commit | 80deb52955cbd917e10f015f37699d830cb681ce (patch) | |
tree | 781acfeaeb317766dc5d0d16e985e274df45ed98 /CMakeLists.txt | |
parent | e12ae2b6508702daa1f2c50e1bec3e006a44249a (diff) | |
download | tdebase-80deb52955cbd917e10f015f37699d830cb681ce.tar.gz tdebase-80deb52955cbd917e10f015f37699d830cb681ce.zip |
Add xscreensaver support to CMake
This closes Bug 859
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 31fb46c43..3da5b2f63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,7 @@ option( WITH_XRENDER "Enable xrender support" ${WITH_ALL_OPTIONS} ) option( WITH_XDAMAGE "Enable xdamage support" ${WITH_ALL_OPTIONS} ) option( WITH_XEXT "Enable xext support" ${WITH_ALL_OPTIONS} ) option( WITH_XTEST "Enable xext support" ${WITH_ALL_OPTIONS} ) +option( WITH_XSCREENSAVER "Enable xscreensaver support" ${WITH_ALL_OPTIONS} ) option( WITH_LIBART "Enable libart support (for SVG icons and wallpapers)" ${WITH_ALL_OPTIONS} ) option( WITH_LIBUSB "Enable control of some mouse models through libusb" ${WITH_ALL_OPTIONS} ) option( WITH_LIBRAW1394 "Enable visualization of ieee1394 devices through libraw1394" ${WITH_ALL_OPTIONS} ) |