summaryrefslogtreecommitdiffstats
path: root/kde/kde.options
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-10-06 23:36:02 +0200
committer Eric Hameleers <alien@slackware.com>2019-10-06 23:36:02 +0200
commit55bb52de959214602121867d55723cf27d7684a7 (patch)
tree62a82ef1ea1b67e72068d2e96583fe25594fbff4 /kde/kde.options
parent57ec3da3a54f8380517de0b37f42be75ef04a307 (diff)
downloadktown-pam.tar.gz
ktown-pam.tar.xz
Add support for building Plasma5 on a PAM-ified Slackwarepam
Set the variable SLACKPAM to "yes" in kde/kde.options if you want to add support for PAM. These packages will be supplied by a pam-ified Slackware, so they should not be installed from 'ktown': deps:ConsoleKit2,cracklib These packages will react to SLACKPAM variable setting: plasma:kscreenlocker,plasma-workspace plasma-extra:sddm-qt5 Uncomment in kde/modules/plasma and compile: plasma:kwallet-pam
Diffstat (limited to 'kde/kde.options')
-rw-r--r--kde/kde.options3
1 files changed, 3 insertions, 0 deletions
diff --git a/kde/kde.options b/kde/kde.options
index ac89033..a1749fb 100644
--- a/kde/kde.options
+++ b/kde/kde.options
@@ -54,3 +54,6 @@ fi
# Do not use "final build" unless we build an actual release.
export KDE_OPT_ARGS=" -Wno-dev -DBUILD_TESTING=OFF -DKDE4_BUILD_TESTS=OFF -DSITE=\"slackware.com\" -DKDE_DISTRIBUTION_TEXT=\"volkerdi@slackware.com\" "
+# Globally enable PAM yes/no:
+SLACKPAM=${SLACKPAM:-"no"}
+