summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-01-23 04:50:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-01-23 04:50:00 +0100
commitaf0c662c53533c65eccd3c7b9ffdcf7655b04eaa (patch)
treed3c49716e2f1bcc1f53e443431ad1e8a811fd04a /debian
parent2fd1fd42c1dd05644bdd5893c20ffa7801e9c6a0 (diff)
downloadtde-packaging-af0c662c53533c65eccd3c7b9ffdcf7655b04eaa.tar.gz
tde-packaging-af0c662c53533c65eccd3c7b9ffdcf7655b04eaa.zip
Enable udevil support in tdelibs on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/lenny/tdelibs/debian/rules1
-rwxr-xr-xdebian/squeeze/tdelibs/debian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/lenny/tdelibs/debian/rules b/debian/lenny/tdelibs/debian/rules
index 411bd20e2..91d16e7d2 100755
--- a/debian/lenny/tdelibs/debian/rules
+++ b/debian/lenny/tdelibs/debian/rules
@@ -45,6 +45,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-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/debian/squeeze/tdelibs/debian/rules b/debian/squeeze/tdelibs/debian/rules
index 7cdbfc21c..facbd53e5 100755
--- a/debian/squeeze/tdelibs/debian/rules
+++ b/debian/squeeze/tdelibs/debian/rules
@@ -45,6 +45,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_UPOWER="ON" \
-DWITH_UDISKS="ON" \
-DWITH_UDISKS2="ON" \
+ -DWITH_UDEVIL="ON" \
-DWITH_CONSOLEKIT="ON" \
-DWITH_NETWORK_MANAGER_BACKEND="ON" \
-DWITH_LZMA="ON" \