summaryrefslogtreecommitdiffstats
path: root/debian/_base/core/tdenetwork/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/_base/core/tdenetwork/debian/rules')
-rwxr-xr-xdebian/_base/core/tdenetwork/debian/rules9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/_base/core/tdenetwork/debian/rules b/debian/_base/core/tdenetwork/debian/rules
index 5eca793db..71c118121 100755
--- a/debian/_base/core/tdenetwork/debian/rules
+++ b/debian/_base/core/tdenetwork/debian/rules
@@ -24,11 +24,12 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
+ -DWITH_ALL_OPTIONS="ON" \
+ -DWITH_JINGLE="OFF" \
+ -DWITH_SPEEX="OFF" \
+ -DWITH_GSM="OFF" \
+ -DWITH_XMMS="OFF" \
-DBUILD_ALL="ON" \
- -DWITH_WEBCAM="ON" \
- -DWITH_LIBXSLT="ON" \
- -DWITH_ARTS="ON" \
- -DWITH_SLP="ON" \
-DBUILD_KOPETE_PROTOCOL_ALL="ON" \
-DBUILD_KOPETE_PLUGIN_ALL="ON"