diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-10 15:25:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-10 15:25:45 +0900 |
commit | b6953843f5d84e806cdb8ecf50eb2ac58ee9e065 (patch) | |
tree | 2216ac092a2e9902ba295cd18e72b36bd5d41c8e /CMakeLists.txt | |
parent | 94515be234e926611355ec174f91b3abdf1cf13a (diff) | |
download | tdelibs-b6953843f5d84e806cdb8ecf50eb2ac58ee9e065.tar.gz tdelibs-b6953843f5d84e806cdb8ecf50eb2ac58ee9e065.zip |
Added back build options for UDISKS2, UDISKS and UDEVIL as requested by
some users.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 809653a79..a99a303b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,6 +92,9 @@ 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} ) +OPTION( WITH_UDEVIL "Enable udevil support" ${WITH_ALL_OPTIONS} ) OPTION( WITH_CONSOLEKIT "Enable ConsoleKit support" ${WITH_ALL_OPTIONS} ) OPTION( WITH_NETWORK_MANAGER_BACKEND "Enable network-manager support" OFF ) OPTION( WITH_SUDO_TDESU_BACKEND "Use sudo as backend for tdesu (default is su)" OFF ) |