From 63473fdc3bbc4eea2057399bee7d7fb390ca7b67 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 20 Jan 2014 17:28:53 -0600 Subject: Change/swap WITH_HAL and WITH_TDEHWLIB configuration defaults. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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} ) -- cgit v1.2.3