summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-20 17:28:53 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-20 17:28:53 -0600
commit63473fdc3bbc4eea2057399bee7d7fb390ca7b67 (patch)
tree3fd874231e7e44f2e05ceb49bdc470e7f18dfc03 /CMakeLists.txt
parentb666d5a3c2f225f25890198289a43c74ab88ed84 (diff)
downloadtdebase-63473fdc3bbc4eea2057399bee7d7fb390ca7b67.tar.gz
tdebase-63473fdc3bbc4eea2057399bee7d7fb390ca7b67.zip
Change/swap WITH_HAL and WITH_TDEHWLIB configuration defaults.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f061a365d..8512c9213 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -85,8 +85,8 @@ option( WITH_XINERAMA "Enable xinerama extension support" ${WITH_ALL_OPTIONS} )
option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} )
option( WITH_I8K "Enable Dell laptop support (ksysguard)" ${WITH_ALL_OPTIONS} )
option( WITH_SENSORS "Enable lm_sensors support (ksysguard)" ${WITH_ALL_OPTIONS} )
-option( WITH_HAL "Enable HAL support" ${WITH_ALL_OPTIONS} )
-option( WITH_TDEHWLIB "Enable TDE hardware library support" OFF )
+option( WITH_HAL "Enable HAL support" OFF )
+option( WITH_TDEHWLIB "Enable TDE hardware library support" ${WITH_ALL_OPTIONS} )
option( WITH_UPOWER "Enable UPOWER support" ${WITH_ALL_OPTIONS} )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )