diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-02-09 19:22:58 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-02-09 19:22:58 +0100 |
commit | d182e12c996a48fec4e9d82bcbbc33e8f78725e1 (patch) | |
tree | 1050d3129cb9cac197dc25a184682547fb60438e /debian/_base | |
parent | 7d220917b12027a684e62fa24565ec01f6eebfb8 (diff) | |
download | tde-packaging-d182e12c996a48fec4e9d82bcbbc33e8f78725e1.tar.gz tde-packaging-d182e12c996a48fec4e9d82bcbbc33e8f78725e1.zip |
DEB tdenetwork: Enable build with libxslt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/_base')
-rwxr-xr-x | debian/_base/tdenetwork/debian/rules | 1 |
1 files changed, 1 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" \ |