summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/core/tdebase/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/_base/core/tdebase/debian/rules')
-rwxr-xr-xubuntu/_base/core/tdebase/debian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/ubuntu/_base/core/tdebase/debian/rules b/ubuntu/_base/core/tdebase/debian/rules
index b23216492..b7d8ae5db 100755
--- a/ubuntu/_base/core/tdebase/debian/rules
+++ b/ubuntu/_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" \