diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-08-12 02:56:12 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-12 03:00:54 +0200 |
commit | f27e71dcb162e37234ea98570379f60f8afdd8ea (patch) | |
tree | 20de7b1fa0fd56ceaf043ac791a87d3ad873a49b /CMakeLists.txt | |
parent | 3a601abfd441a9416a6cd2d6b0d7ce35d8dd5a21 (diff) | |
download | tdelibs-f27e71dcb162e37234ea98570379f60f8afdd8ea.tar.gz tdelibs-f27e71dcb162e37234ea98570379f60f8afdd8ea.zip |
Add HAL power management backend to TDE hardware library
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 057a562d0..57bc96fb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,6 +84,7 @@ OPTION( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" OPTION( WITH_INOTIFY "Enable inotify support for tdeio" ON ) OPTION( WITH_GAMIN "Enable FAM/GAMIN support" ${WITH_ALL_OPTIONS} ) option( WITH_TDEHWLIB_DAEMONS "Enable daemons for TDE hwlib" ${WITH_ALL_OPTIONS} ) +option( WITH_HAL "Enable HAL support" OFF ) option( WITH_UPOWER "Enable uPower support" ${WITH_ALL_OPTIONS} ) option( WITH_UDISKS "Enable uDisks support" ${WITH_ALL_OPTIONS} ) option( WITH_UDISKS2 "Enable uDisks2 support" ${WITH_ALL_OPTIONS} ) |