diff options
-rwxr-xr-x | debian/_base/tdenetwork/debian/rules | 1 | ||||
-rwxr-xr-x | ubuntu/_base/tdenetwork/debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/_base/tdenetwork/debian/rules b/debian/_base/tdenetwork/debian/rules index 48048e77c..aeff8a2f0 100755 --- a/debian/_base/tdenetwork/debian/rules +++ b/debian/_base/tdenetwork/debian/rules @@ -34,6 +34,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_SKIP_RPATH="OFF" \ -DBUILD_ALL="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 48048e77c..aeff8a2f0 100755 --- a/ubuntu/_base/tdenetwork/debian/rules +++ b/ubuntu/_base/tdenetwork/debian/rules @@ -34,6 +34,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_SKIP_RPATH="OFF" \ -DBUILD_ALL="ON" \ -DWITH_WEBCAM="ON" \ + -DWITH_LIBXSLT="ON" \ -DWITH_ARTS="ON" \ -DWITH_SLP="ON" \ -DBUILD_KOPETE_PROTOCOL_ALL="ON" \ |