diff options
author | Michele Calgaro <[email protected]> | 2022-02-14 11:18:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-02-14 11:18:05 +0900 |
commit | 2023cc330ab809fb72b8f063a66ba7feb12e4c9e (patch) | |
tree | dc88d107ff8053dc42313f587c6a9dcce7c51a9f /CMakeLists.txt | |
parent | c1de6647775f30313a41a567a895e0825815d484 (diff) | |
download | tdelibs-2023cc330ab809fb72b8f063a66ba7feb12e4c9e.tar.gz tdelibs-2023cc330ab809fb72b8f063a66ba7feb12e4c9e.zip |
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a6ffc2fb1..9f806656f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,7 +118,6 @@ OPTION( WITH_INOTIFY "Enable inotify support for tdeio" ON ) OPTION( WITH_GAMIN "Enable FAM/GAMIN support" ${WITH_ALL_OPTIONS} ) OPTION( WITH_TDEHWLIB "Enable TDE hwlib globally" ON ) OPTION( WITH_TDEHWLIB_DAEMONS "Enable daemons for TDE hwlib" ${WITH_TDEHWLIB} ) -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} ) |