diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-10 15:30:52 +0900 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-02-11 01:33:46 +0000 |
commit | 071969655cab36c4bfbb9ad8f9fe01a391293311 (patch) | |
tree | b8836fbde2c45a6e0f49290a50f252fa75712775 /debian | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/_base/tdelibs/debian/rules | 3 |
1 files changed, 3 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" \ |