diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-05-31 09:47:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-07 22:24:02 +0900 |
commit | 37ea5886cdea6cd0d6e366e555bffa1d5b6cd471 (patch) | |
tree | adc025344b7e49b23eec30531ae3aeb1b427bfa6 /ubuntu/_base/tdelibs/debian/rules | |
parent | 0d753e01e9432b271a974c3328d0f35f2209bb44 (diff) | |
download | tde-packaging-37ea5886cdea6cd0d6e366e555bffa1d5b6cd471.tar.gz tde-packaging-37ea5886cdea6cd0d6e366e555bffa1d5b6cd471.zip |
DEB: removed WITH_UDISKS2, WITH_UDISK, WITH_UDEVIL options.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/tdelibs/debian/rules')
-rwxr-xr-x | ubuntu/_base/tdelibs/debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ubuntu/_base/tdelibs/debian/rules b/ubuntu/_base/tdelibs/debian/rules index 1aa22c664..54c8375b6 100755 --- a/ubuntu/_base/tdelibs/debian/rules +++ b/ubuntu/_base/tdelibs/debian/rules @@ -41,9 +41,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_TDEHWLIB_DAEMONS="ON" \ -DWITH_LOGINDPOWER="ON" \ -DWITH_UPOWER="ON" \ - -DWITH_UDISKS="ON" \ - -DWITH_UDISKS2="ON" \ - -DWITH_UDEVIL="ON" \ -DWITH_CONSOLEKIT="ON" \ -DWITH_NETWORK_MANAGER_BACKEND="ON" \ -DWITH_LZMA="ON" \ |