sddm: add /etc/sddm.conf as conf_file.
This commit is contained in:
parent
ce11ad3286
commit
f0f6f76ae5
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sddm'
|
||||
pkgname=sddm
|
||||
version=0.14.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DLOGIN_DEFS_PATH=/etc/login.defs"
|
||||
hostmakedepends="cmake extra-cmake-modules pkg-config python-docutils"
|
||||
|
@ -17,6 +17,7 @@ system_accounts="sddm"
|
|||
sddm_homedir="/var/lib/sddm"
|
||||
sddm_groups="video"
|
||||
conf_files="
|
||||
/etc/sddm.conf
|
||||
/etc/pam.d/sddm
|
||||
/etc/pam.d/sddm-greeter
|
||||
/etc/pam.d/sddm-autologin"
|
||||
|
|
Loading…
Reference in a new issue