summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-02-09 19:22:58 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-02-09 19:22:58 +0100
commitd182e12c996a48fec4e9d82bcbbc33e8f78725e1 (patch)
tree1050d3129cb9cac197dc25a184682547fb60438e
parent7d220917b12027a684e62fa24565ec01f6eebfb8 (diff)
downloadtde-packaging-d182e12c996a48fec4e9d82bcbbc33e8f78725e1.tar.gz
tde-packaging-d182e12c996a48fec4e9d82bcbbc33e8f78725e1.zip
DEB tdenetwork: Enable build with libxslt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rwxr-xr-xdebian/_base/tdenetwork/debian/rules1
-rwxr-xr-xubuntu/_base/tdenetwork/debian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/_base/tdenetwork/debian/rules b/debian/_base/tdenetwork/debian/rules
index ab54c8e32..2cbe750ee 100755
--- a/debian/_base/tdenetwork/debian/rules
+++ b/debian/_base/tdenetwork/debian/rules
@@ -36,6 +36,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_JINGLE="ON" \
-DWITH_SPEEX="ON" \
-DWITH_WEBCAM="ON" \
+ -DWITH_LIBXSLT="ON" \
-DWITH_ARTS="ON" \
-DWITH_SLP="ON" \
-DBUILD_KOPETE_PROTOCOL_ALL="ON" \
diff --git a/ubuntu/_base/tdenetwork/debian/rules b/ubuntu/_base/tdenetwork/debian/rules
index ab54c8e32..2cbe750ee 100755
--- a/ubuntu/_base/tdenetwork/debian/rules
+++ b/ubuntu/_base/tdenetwork/debian/rules
@@ -36,6 +36,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_JINGLE="ON" \
-DWITH_SPEEX="ON" \
-DWITH_WEBCAM="ON" \
+ -DWITH_LIBXSLT="ON" \
-DWITH_ARTS="ON" \
-DWITH_SLP="ON" \
-DBUILD_KOPETE_PROTOCOL_ALL="ON" \