summaryrefslogtreecommitdiffstats
path: root/debian/_base/core/tdebase/debian/rules
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-17 18:38:28 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-17 18:39:11 +0100
commitf229967711dc1d6640fcb74183c0d1047c9b5bf8 (patch)
tree52c04f1ccde1d0b3ff732c480ba703224b20a000 /debian/_base/core/tdebase/debian/rules
parent0b32e6391b09e4c1802c5a5119ebc47d8d36c302 (diff)
downloadtde-packaging-f229967711dc1d6640fcb74183c0d1047c9b5bf8.tar.gz
tde-packaging-f229967711dc1d6640fcb74183c0d1047c9b5bf8.zip
DEB tdebase: Systemd unit file tdm.service has been moved to the main tree.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 36b0e78940f446154a80f064f8288832f2f87a6c)
Diffstat (limited to 'debian/_base/core/tdebase/debian/rules')
-rwxr-xr-xdebian/_base/core/tdebase/debian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/_base/core/tdebase/debian/rules b/debian/_base/core/tdebase/debian/rules
index d4d2d08d7..9fe5cc2bc 100755
--- a/debian/_base/core/tdebase/debian/rules
+++ b/debian/_base/core/tdebase/debian/rules
@@ -30,10 +30,12 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_SKIP_RPATH="OFF" \
-DBUILD_ALL="ON" \
- -DWITH_GCC_VISIBILITY="ON" \
+ -DBUILD_TDM_SYSTEMD_UNIT_FILE="ON" \
+ -DSYSTEMDSYSTEMUNITDIR="/lib/systemd/system" \
-DKCHECKPASS_PAM_SERVICE="kcheckpass-trinity" \
-DTDM_PAM_SERVICE="tdm-trinity" \
-DTDESCREENSAVER_PAM_SERVICE="tdescreensaver-trinity" \
+ -DWITH_GCC_VISIBILITY="ON" \
-DWITH_USBIDS="/usr/share/misc/usb.ids" \
-DWITH_ARTS="ON" \
-DWITH_PAM="ON" \