diff options
author | Francois Andriot <[email protected]> | 2014-03-03 02:49:52 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-03-03 02:49:52 +0100 |
commit | 316893d4498bedc490a8e21a54a73d9f5ca58424 (patch) | |
tree | 180390c49a7c5d8852a9112fe59f95407673a164 /CMakeLists.txt | |
parent | bb647dca1516a45ce18f2e040bd20528f588e2fe (diff) | |
download | tdelibs-316893d4498bedc490a8e21a54a73d9f5ca58424.tar.gz tdelibs-316893d4498bedc490a8e21a54a73d9f5ca58424.zip |
Add systemd/logind power management backend to TDE hardware library
This resolves Bug 1941
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 6242410d4..e97ef57e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,6 +88,7 @@ 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_DEVKITPOWER "Enable DeviceKit Power support" OFF ) +option( WITH_LOGINDPOWER "Enable Logind/Systemd Power 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} ) |