summaryrefslogtreecommitdiffstats
path: root/ubuntu
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-06 20:28:49 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-06 20:30:39 +0200
commit25dde4c156da42e87d3c14978859b42173a95a93 (patch)
treeb62fa0e8ec250f4d5627b905aa268c9fa52b01ff /ubuntu
parentc2e44e3a96e6eacc1c59f94756e90eb7fe94b801 (diff)
downloadtde-packaging-25dde4c156da42e87d3c14978859b42173a95a93.tar.gz
tde-packaging-25dde4c156da42e87d3c14978859b42173a95a93.zip
DEB cmake-trinity: Add libxml-parser-perl to Depends
because it is necessary to use tde_l10n_merge with XML files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b19b6fd51128c9a92465996c819f9d0b2ca7e198)
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/_base/common/cmake/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/common/cmake/debian/control b/ubuntu/_base/common/cmake/debian/control
index 4984a8d5d..1363e01ee 100644
--- a/ubuntu/_base/common/cmake/debian/control
+++ b/ubuntu/_base/common/cmake/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.8.4
Package: cmake-trinity
Architecture: all
-Depends: cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base
+Depends: cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base, libxml-parser-perl
Description: TDE CMake modules
TDE uses its own set of modules and macros to simplify CMake rules.
.