diff options
author | Michele Calgaro <[email protected]> | 2020-02-10 15:30:52 +0900 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-02-11 01:33:46 +0000 |
commit | 071969655cab36c4bfbb9ad8f9fe01a391293311 (patch) | |
tree | b8836fbde2c45a6e0f49290a50f252fa75712775 | |
parent | d182e12c996a48fec4e9d82bcbbc33e8f78725e1 (diff) | |
download | tde-packaging-071969655cab36c4bfbb9ad8f9fe01a391293311.tar.gz tde-packaging-071969655cab36c4bfbb9ad8f9fe01a391293311.zip |
Reverted "DEB: removed WITH_UDISKS2, WITH_UDISK, WITH_UDEVIL options." as
requested by some users.
This reverts commit 37ea5886cdea6cd0d6e366e555bffa1d5b6cd471.
Signed-off-by: Michele Calgaro <[email protected]>
-rwxr-xr-x | debian/_base/tdelibs/debian/rules | 3 | ||||
-rwxr-xr-x | ubuntu/_base/tdelibs/debian/rules | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/_base/tdelibs/debian/rules b/debian/_base/tdelibs/debian/rules index 4d2054aba..9f6412924 100755 --- a/debian/_base/tdelibs/debian/rules +++ b/debian/_base/tdelibs/debian/rules @@ -42,6 +42,9 @@ 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" \ diff --git a/ubuntu/_base/tdelibs/debian/rules b/ubuntu/_base/tdelibs/debian/rules index 71818987c..2e2491fb7 100755 --- a/ubuntu/_base/tdelibs/debian/rules +++ b/ubuntu/_base/tdelibs/debian/rules @@ -41,6 +41,9 @@ 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" \ |