summaryrefslogtreecommitdiffstats
path: root/ubuntu
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-02-10 15:30:52 +0900
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-02-11 01:33:46 +0000
commit071969655cab36c4bfbb9ad8f9fe01a391293311 (patch)
treeb8836fbde2c45a6e0f49290a50f252fa75712775 /ubuntu
parentd182e12c996a48fec4e9d82bcbbc33e8f78725e1 (diff)
downloadtde-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 'ubuntu')
-rwxr-xr-xubuntu/_base/tdelibs/debian/rules3
1 files changed, 3 insertions, 0 deletions
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" \