diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-06 20:28:49 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-06 20:29:57 +0200 |
commit | dfd554796d266f241fccef09b844d83a8782e024 (patch) | |
tree | b64b77934139a632af001e2438933387ba4f3bd4 /dilos | |
parent | 01412a64df2590a14bc62acb501dcb774c48e947 (diff) | |
download | tde-packaging-dfd554796d266f241fccef09b844d83a8782e024.tar.gz tde-packaging-dfd554796d266f241fccef09b844d83a8782e024.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 'dilos')
-rw-r--r-- | dilos/common/cmake/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dilos/common/cmake/debian/control b/dilos/common/cmake/debian/control index 4984a8d5d..1363e01ee 100644 --- a/dilos/common/cmake/debian/control +++ b/dilos/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. . |