diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-11 12:17:14 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-11 12:17:14 -0500 |
commit | 451648d55498ac29d9164519cc4cda2e65503a16 (patch) | |
tree | 1fc285e3f05d12c27fa65c116dd46ac9a76f68a7 /CMakeLists.txt | |
parent | 8ee0ab9902681d432ea668d6e09f630b3d2f9e62 (diff) | |
parent | 3081800c1471aa9cb8d67203b2c6277a92a1f5ce (diff) | |
download | tdebase-451648d55498ac29d9164519cc4cda2e65503a16.tar.gz tdebase-451648d55498ac29d9164519cc4cda2e65503a16.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
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} ) |