summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdenetwork/debian/rules
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-26 13:38:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-06-26 13:38:21 +0200
commit98bfbb131544aa506fb02a1cdf0802014f3cf993 (patch)
tree903bd6a6bc1e2e11a86f1bfc69c88f3b9dcbd397 /debian/squeeze/tdenetwork/debian/rules
parent2b3d2e3585b9643514cde077538087ed23b72dc9 (diff)
downloadtde-packaging-98bfbb131544aa506fb02a1cdf0802014f3cf993.tar.gz
tde-packaging-98bfbb131544aa506fb02a1cdf0802014f3cf993.zip
Enable jingle support in kopete on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/squeeze/tdenetwork/debian/rules')
-rwxr-xr-xdebian/squeeze/tdenetwork/debian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/squeeze/tdenetwork/debian/rules b/debian/squeeze/tdenetwork/debian/rules
index ec0abfcde..b10997d3b 100755
--- a/debian/squeeze/tdenetwork/debian/rules
+++ b/debian/squeeze/tdenetwork/debian/rules
@@ -36,6 +36,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
-DBUILD_ALL="ON" \
+ -DWITH_JINGLE="ON" \
+ -DWITH_SPEEX="ON" \
-DWITH_ARTS="ON" \
-DWITH_SLP="ON" \
-DBUILD_KOPETE_PROTOCOL_ALL="ON" \