diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-31 23:29:35 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-31 23:29:35 -0500 |
commit | ccc23cb9fdd1a24e258833a4c8724f2b49635bde (patch) | |
tree | d908ad8d74d037cf87b2dd5e68dbd00aa1c2c802 /CMakeLists.txt | |
parent | 03d905ea268bd893030264b0e7b5b98f783c58ff (diff) | |
download | tdebase-ccc23cb9fdd1a24e258833a4c8724f2b49635bde.tar.gz tdebase-ccc23cb9fdd1a24e258833a4c8724f2b49635bde.zip |
Set WITH_TDEHWLIB off by default
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7eba3667b..437675bbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ 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_HAL "Enable HAL support" ${WITH_ALL_OPTIONS} ) -option( WITH_TDEHWLIB "Enable TDE hardware library support" ${WITH_ALL_OPTIONS} ) +option( WITH_TDEHWLIB "Enable TDE hardware library support" OFF ) option( WITH_UPOWER "Enable UPOWER support" ${WITH_ALL_OPTIONS} ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) |